willy.club/public/static/style/main.css

43 lines
613 B
CSS

html, body {
height: 100%;
}
body {
background: darkblue;
background: url('../img/99.png');
font-weight: bold;
text-align: center;
color: white;
line-height: 1.5;
font-family: serif;
}
hr {
display: none;
}
a {
color: yellow;
}
h1 {
border-bottom: 4px double yellow;
color: yellow;
}
img {
height: auto;
max-width: 100%;
}
pre, code {
margin: auto;
font-family: monospace;
background: darkblue;
border: 4px double yellow;
padding: 8px;
max-width: min-content;
display: block;
overflow-x: auto;
overflow-y: hidden;
}