forms
This commit is contained in:
+13
-4
@@ -1,11 +1,20 @@
|
||||
body {
|
||||
font: normal 500 1.2em helvetica, sans-serif;
|
||||
font: normal 500 1rem helvetica, sans-serif;
|
||||
height: 100%;
|
||||
}
|
||||
main,header,footer{
|
||||
max-width: 960px;
|
||||
margin: 20px auto;
|
||||
}
|
||||
h1, h2{
|
||||
font-weight: 100;
|
||||
}
|
||||
main{
|
||||
max-width: 960px;
|
||||
margin: 20px auto;
|
||||
p {
|
||||
overflow: hidden;
|
||||
max-width: 75ch;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
a{
|
||||
color: #e01a4b;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user