added 2 sites
This commit is contained in:
17
site/olymp/css/style.css
Normal file
17
site/olymp/css/style.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user