added 2 sites

This commit is contained in:
rattatwinko
2025-06-12 09:54:33 +02:00
parent c8aef3d2dd
commit f11fc6b5ca
6 changed files with 175 additions and 21 deletions

View File

@@ -0,0 +1,24 @@
body {
font-family: Arial, sans-serif;
color: #333;
margin: 20px;
background-color: #f9f9f9;
}
h1 {
font-family: 'Brush Script MT', cursive;
font-size: 2.5em;
background-color: #708090;
color: white;
padding: 10px;
text-align: center;
}
h2 {
font-family: 'Brush Script MT', cursive;
font-size: 1.8em;
color: #708090;
font-style: italic;
margin-top: 30px;
}