12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
.container {
|
|
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
page {
|
|
background-color: #F2f2f2;
|
|
}
|