gomesite/css/style.css

48 lines
796 B
CSS

html {
color: #323a42;
background-color: #fffcf7;
font-family: 'Palatino Linotype', Optima, Lora, serif;
max-width: 70ch;
margin: 1em 0 1em auto;
line-height: 1.2;
font-size: 1.25em;
height: calc(100vh - 2em);
position: relative;
}
body {
margin: 0;
margin-left: 1.5em;
height: 100%;
display: flex;
flex-direction: column;
}
main {
flex-grow: 1;
margin-right: 1em;
}
#back-arrow {
position: absolute;
transform: translate(-23px, 3px);
}
a#back {
color: #323a42;
text-decoration: underline;
position: relative;
}
h1 {
font-size: 2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
border-bottom: 2px solid #323a42;
}
footer {
margin-right: 1em;
}
footer img {
display: block;
bottom: 0;
margin: 0 auto;
max-width: 100%;
max-height: 160px;
}