2017-08-24 13:30:13 +00:00
|
|
|
html {
|
|
|
|
height: 100vh;
|
2017-09-02 15:36:32 +00:00
|
|
|
min-height: 12em;
|
2017-08-24 13:30:13 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background-color: #555;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 2vw solid black;
|
2017-08-27 10:26:48 +00:00
|
|
|
font-size: 15px;
|
|
|
|
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
|
|
hyphens: auto;
|
2017-08-24 13:30:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 2em;
|
|
|
|
color: white;
|
2017-09-02 15:36:32 +00:00
|
|
|
max-width: 20em;
|
2017-08-24 13:30:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
color: antiquewhite;
|
|
|
|
}
|