Initial Upload

This commit is contained in:
2026-02-20 06:01:45 +02:00
parent fa89e6be87
commit e4a9ec2e55
7 changed files with 192 additions and 0 deletions

9
css/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;
}