♻️ Reformatted notes
This commit is contained in:
parent
b9f2e01d22
commit
d19b025e47
1 changed files with 26 additions and 23 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
/* This document contains boilerplate css tips/tricks
|
/* This document contains boilerplate css tips/tricks
|
||||||
* garnered from the youtuber, coder_coder's youtube series, "Building a
|
* garnered from the youtuber, coder_coder's youtube series, "Building a
|
||||||
* portfolio website with HTML & CSS 4 Part Series */
|
* portfolio website with HTML & CSS 4 Part Series
|
||||||
|
* https://www.youtube.com/@TheCoderCoder
|
||||||
|
* */
|
||||||
|
|
||||||
/* :root */
|
/* :root */
|
||||||
/* custom css variables should be set in root so they do not have to redefined
|
/* custom css variables should be set in root so they do not have to redefined
|
||||||
|
|
@ -43,7 +45,7 @@ html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
/* * */
|
/* * */
|
||||||
/* box-sizing is inhereted from the html element */
|
/* box-sizing is inherited from the html element */
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
**::after {
|
**::after {
|
||||||
|
|
@ -127,7 +129,8 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .header__social, */
|
/* .header__social, */
|
||||||
.header__social svg { /* she got stuck here for a while... */
|
.header__social svg {
|
||||||
|
/* she got stuck here for a while... */
|
||||||
/* display: inline-block; */
|
/* display: inline-block; */
|
||||||
display: block;
|
display: block;
|
||||||
/* outline: 2px solid red; */
|
/* outline: 2px solid red; */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue