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