/* solution for style.css*/
/*code exists prior to this point*/
.skills ul li {
float: left;
margin: 0 5px 5px 0;
font-size: 90%;
/* Needs more pizzazz */
background: #B3B3B3;
padding: 4px;
-moz-border-radius: 3px; /* Mozilla */
-webkit-border-radius: 3px; /* Webkit */
border-radius: 3px; /* W3C */
}
/*code exists after this point*/
No comments:
Post a Comment