Spaces:
Running
Running
File size: 132 Bytes
31c7d49 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | html,
body {
min-width: 320px;
min-height: 100%;
}
body {
margin: 0;
}
button,
input,
textarea,
select {
font: inherit;
}
|