[Javascript2] added CSS reset

This commit is contained in:
Nicola Clark 2025-04-06 22:46:26 -05:00
parent d681163769
commit 8e88d30415
Signed by: nicola
GPG Key ID: BEF8036296D094BF
2 changed files with 8 additions and 1 deletions

View File

@ -5,8 +5,14 @@ Nicola Clark
Adapted from https://javascript30.com - Sorting band names without articles Adapted from https://javascript30.com - Sorting band names without articles
*/ */
body { * {
box-sizing: border-box;
margin: 0; margin: 0;
padding: 0;
}
body {
font-family: sans-serif; font-family: sans-serif;
background: url('https://source.unsplash.com/nDqA4d5NL0k/2000x2000'); background: url('https://source.unsplash.com/nDqA4d5NL0k/2000x2000');
background-size: cover; background-size: cover;

View File

@ -12,6 +12,7 @@ Changes:
* [JS] … a lot. * [JS] … a lot.
I tried to complete the challenge before watching the rest of the video (as I tried to complete the challenge before watching the rest of the video (as
suggested) and I fear that I may have massively overcomplicated the matter. suggested) and I fear that I may have massively overcomplicated the matter.
* [CSS] added a basic reset
--> -->
<!-- <!--
New elements: New elements: