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

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear Jazzing Up Z's Skillz




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


This is an example of scrolling text using Javascript.

Popular Posts