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.

31 lines
373 B
CSS

html,
body {
font-family: sans-serif;
color: tomato;
background-color: #111;
}
pre {
font-family: sans-serif;
line-height: 1.4;
max-width: 60ch;
white-space: pre-wrap;
}
.work {
border: 1px solid currentColor;
display: inline-block;
width: auto;
padding: 0 16px;
}
main {
display: flex;
align-items: flex-start;
gap: 16px;
}
main > * {
flex: 1 0 60ch;
}