Created Neocities Site

This commit is contained in:
2025-09-29 11:58:26 -05:00
parent 63fef18ca3
commit 31579514b9
5 changed files with 71 additions and 0 deletions

9
style.css Normal file
View File

@ -0,0 +1,9 @@
/* 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;
}