Init legal.clerie.de

This commit is contained in:
2023-03-22 22:11:07 +01:00
commit c6900226e3
2 changed files with 109 additions and 0 deletions

28
style.css Normal file
View 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;
}