12 lines
116 B
CSS
12 lines
116 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
margin: 2em;
|
||
|
}
|
||
|
|
||
|
img.icon {
|
||
|
max-height: 2em;
|
||
|
}
|