51 lines
883 B
CSS
51 lines
883 B
CSS
body {
|
|
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
text-align: center;
|
|
}
|
|
body > img {
|
|
width: 75%;
|
|
}
|
|
body > h1 {
|
|
text-decoration: underline;
|
|
}
|
|
body > h2 {
|
|
margin: 1em 0 0.25em 0;
|
|
}
|
|
body > h2 > img {
|
|
height: 1.25em;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
}
|
|
body > div,
|
|
body form {
|
|
display: inline-block;
|
|
text-align: center;
|
|
width: 50%;
|
|
}
|
|
body > div button,
|
|
body > div input,
|
|
body form button,
|
|
body form input {
|
|
padding: 1em 0em;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
font-size: large;
|
|
display: block;
|
|
margin: 1em 0em;
|
|
border: 1px solid black;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
body > div button > img,
|
|
body > div input > img,
|
|
body form button > img,
|
|
body form input > img {
|
|
position: absolute;
|
|
left: 1em;
|
|
height: 1.25em;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 2em;
|
|
font-size: small;
|
|
}/*# sourceMappingURL=index.css.map */ |