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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear Putting in a top bar




/* sample solution to style.css */

/* code exists prior to this point */


.topbar {
    /*code here*/
    position: fixed;
    top: -15px;
    width:100%;
    height:40px;
    clear:both;
}

/* code exists after this point */

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts