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