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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear 30-70




/* sample solution to style.css */

/* code exists prior to this point */


.left-panel-float {
    /*code here*/
    float: left;
    width: 30%;
}
.right-panel-content {
    padding: 0 20px 0 0;
    /*code here*/
    float: right;
    width: 65%;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts