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

17
site/olymp/css/style.css Normal file
View File

@@ -0,0 +1,17 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
header, section {
background: white;
margin-bottom: 20px;
padding: 20px;
border-radius: 10px;
}
h1, h2 {
color: #2c3e50;
}