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

Friday, December 14, 2012

Codecademy Sample Solution: Codeyear Get Away From Me!




/* sample solution to style.css */

div {
    /* a border for each div so you can see what's going on */
    border:1px solid black;
}

#moveMe {
    position: relative;
    top: -10px;
    left: 10px;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts