mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 10:09:23 +01:00
18 lines
No EOL
237 B
CSS
18 lines
No EOL
237 B
CSS
* {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: monospace;
|
|
color: #ffffff;
|
|
}
|
|
|
|
html, body {
|
|
background-color: #070707;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.iframe {
|
|
width: 50%;
|
|
min-width: 300px;
|
|
max-width: 1000px;
|
|
} |