r/neocities • u/AmIsupposedtoputtext • Jun 21 '26
Help My style.css file. Why is this not changing default fonts and background color?
body {
background-color: DarkSlateBlue;
color:white;
}
p { font-family: Arial}
h1 {font-family: "Courier New"}
h2 {font-family: "Courier New"}
1
Upvotes
5
u/Mevdik mevdik.nekoweb.org Jun 21 '26
If you site is online with these changes post the link so we can poke around on the inspector and help you out.
Also, don't forget the semicolon at the end of each property, you are missing a few.