ManualMask / style.css
nicehero
trim.html
094e9f3
raw
history blame contribute delete
131 Bytes
html, body {
margin: 0;
width: 100%;
height: 100%
}
body {
display: flex;
flex-direction: column;
align-items: left;
}