telme10/web/css/style.css
2016-12-28 22:19:55 +01:00

25 lines
278 B
CSS

body {
color: #5cb85c;
background-color: #1f2021;
text-align: center;
}
h1 {
text-align: center;
}
div {
display: inline-block;
}
code {
margin: 0 auto;
}
pre {
min-width: 42em;
color: #5cb85c;
text-align: left;
line-height: 1.2em;
}