Wednesday, December 12, 2012

Codecademy Sample Solution: Codeyear Fonts



/*sample solution to style.css*/
/*code exists prior to this point*/

#logo{
        font-family: Georgia; /*added code*/
width: 35%;
margin-top: 5px;
display: inline-block;
}
/*code exists after this point*/

No comments:

Post a Comment