Files
website/public/css/style.css
MCorange 637b9511f1
All checks were successful
Deploy to neocities / deploy (push) Successful in 9s
Move everything to public folder
2026-02-20 06:40:01 +02:00

9 lines
298 B
CSS

/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
background-color: white;
color: black;
font-family: Verdana;
}