2024-10-27 23:31:19 +00:00
|
|
|
/* I may not want to reset margin and padding with a custom CSS framework
|
|
|
|
Saving it here in case I do though.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* *, ::before, ::after {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
} */
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|