/*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