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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear How do we create a footer?




/* sample solution to style.css */

/* code exists prior to this point */


footer {
    /*code here*/
    position: fixed;
    bottom:0;
    width:100%;
    height:40px;
    clear:both;
    background:#d3d3d3;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts