html-fliers/sandbox-repair-day/styles.css

43 lines
569 B
CSS
Raw Permalink Normal View History

2025-05-22 17:02:12 -04:00
html {
background-color: transparent;
font-family: monospace;
font-weight: bold;
font-size: 16px;
}
body {
height: 95vh;
max-width: 100%;
background-color: #F1FAEE;
color: #2E1F27;
padding: 1.5rem;
margin: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
footer {
margin-top: auto;
justify-self: end;
font-size: 3rem;
}
main {
font-size: 2.5rem;
margin-top: 2rem;
width: 85%;
}
.date {
text-align: end;
width: 100%;
font-size: 4rem;
}
img {
opacity: 0.2;
}