Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, December 12, 2012

Codecademy Sample Solution: Codeyear Hover and active




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


a{
text-decoration: none;
}
a:hover{
    background-color: orange;
    color:white;
}
a:active{ /*what happens when a link is clicked*/
    background-color: red;
    color:white;
}

/*code exists after this point*/

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts