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.

32 lines
372 B
CSS

body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #FaFaFa;
text-align: center;
line-height: 1.4em;
}
.container {
padding: 0;
margin-top: 40px;
}
h3 {
margin-top: 30px;
}
.footer {
margin-top: 40px;
}
code {
font-family: monospace;
padding: 2px;
color: black;
background-color: #fff;
}
a {
color: #2574A9;
}