35 lines
414 B
CSS
35 lines
414 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
background: #fefefe;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-family: aileron, sans-serif;
|
||
|
font-weight: 900;
|
||
|
color: #F221B7;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-family: aileron, sans-serif;
|
||
|
font-weight: 400;
|
||
|
color: #F221B7;
|
||
|
}
|
||
|
|
||
|
.eseInConstruct {
|
||
|
max-width: 100%;
|
||
|
max-height: 500px;
|
||
|
}
|
||
|
|
||
|
nav {
|
||
|
border-top: 1px dotted rgba(0,0,0,.15);
|
||
|
}
|
||
|
|
||
|
nav ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
nav li {
|
||
|
display: block;
|
||
|
margin-bottom: .5em;
|
||
|
}
|