TEST TITLE
@import url(https: fonts googleapis com css family Roboto Condensed);
@import url(https: fonts googleapis com css family Open Sans);
h1 {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
}
.heavy {
background: #33cc99;
color: #505050;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#main h2{
font-family: 'Roboto Condensed', sans-serif;
color: #505050;
background: linear 60%, #33cc99 10%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#main_desc{
line height:1 2;
font-family: 'Open Sans', sans-serif;
}
section{
line height:1 2;
... |