You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
835 B
CSS

html,
body {
margin: 0;
font-size: 56px;
line-height: 72px;
background-color: white;
font-family: serif;
}
nav {
display: none;
}
body {
margin: 16px;
}
a {
color: #2ecc71;
}
a:after {
content: '';
}
h1, h2, h3 {
font-weight: normal;
font-size: 1rem;
}
h2, h3 {
font-style: italic;
}
main, h1 {
max-width: 1400px;
margin: 0 auto;
}
main img {
display: inline;
height: 1rem;
width: auto;
object-fit: contain;
vertical-align: middle;
}
main img:hover {
transform: scale(6);
}
h1 {
margin: 1em auto;
color: #2ecc71;
}
.cover {
width: auto;
height: auto;
}
.cover:hover{
transform: none;
}
@media (max-width: 700px) {
html, body {
font-size: 32px;
line-height: 1.4;
}
}