33 lines
476 B
CSS
33 lines
476 B
CSS
body {
|
|
background-color: #EEEEEE;
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: x-small;
|
|
color: #666666;
|
|
}
|
|
|
|
ul, ol {
|
|
list-style: none;
|
|
margin:0px auto 0px auto;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
|
|
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 12px;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 25px;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
/* Gridster styles */
|
|
|