You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
627 B
CSS
63 lines
627 B
CSS
4 years ago
|
html {
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
padding-bottom: 1em;
|
||
|
padding-top: .5em;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
padding: 1.5em;
|
||
|
}
|
||
|
|
||
|
.center {
|
||
|
text-align: center;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
#title {
|
||
|
font-size: 2.3em;
|
||
|
}
|
||
|
|
||
|
.center h1 {
|
||
|
font-size: 1.8em;
|
||
|
}
|
||
|
|
||
|
form input {
|
||
|
margin: 1em auto;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.columns .column h2 {
|
||
|
font-size: 1.5em;
|
||
|
}
|
||
|
|
||
|
.is-green {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
.is-red {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
.code {
|
||
|
line-break: anywhere;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 1.75em;
|
||
|
}
|
||
|
|
||
|
.is-primary .hero-body .container {
|
||
|
width: 70%;
|
||
|
}
|
||
|
|
||
|
.is-primary .hero-body .container p {
|
||
|
font-size: 1.3em;
|
||
|
}
|
||
|
|
||
|
table a, p a {
|
||
|
color: #3273dc !important;
|
||
|
}
|