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: #fff001;
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%, #fff001 10%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#main_desc{
font-family: 'Open Sans', sans-serif;
margin bottom:3em;
}
.dec_img{
margin:15px 12... |