Init legal.clerie.de
This commit is contained in:
28
style.css
Normal file
28
style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
||||
max-width: 768px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: justify;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
font-size: 2.5rem;
|
||||
}
|
Reference in New Issue
Block a user