♻️ Reformatted notes

This commit is contained in:
z3rOR0ne 2023-02-05 00:55:35 -08:00
parent b9f2e01d22
commit d19b025e47

View file

@ -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; */