File size: 915 Bytes
8dddd4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
html, body {
height: 100%;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
p, a {
line-height: 1.5em;
}
#loading {
display: none;
}
#settings {
margin-top: 30px;
margin-bottom: 30px;
}
h1, a {
color: #6706ce;
}
label {
font-weight: 50px;
}
a {
text-decoration: none;
}
main {
width: 40em;
margin: auto;
text-align: center;
}
.styled-button {
color: #fff;
text-align: center;
background-color: #6706ce;
border: 1px solid #6706ce;
border-radius: 4px;
padding: 13px 20px;
line-height: 1.5em;
text-decoration: none;
display: block;
margin: 10px;
margin-bottom: 25px;
width: 100%;
}
.styled-button-turqouise {
border: none;
color: black;
background-color: #00ffce;
}
.infer-widget {
width: 480px;
margin: auto;
}
.links {
display: flex;
text-align: center;
}
.links:first-child {
flex: 0 50%;
}
.links:last-child {
flex: 1 50%;
} |