KLanding/assets/css/styles.css

33 lines
476 B
CSS
Raw Normal View History

2016-01-28 08:24:06 +00:00
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 */