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

Friday, December 14, 2012

Codecademy Sample Solution: Codeyear Mix & match



/* sample solution to style.css */
div.wrapper {
    float:right;
}

div.grid {
    /* white text on red background, and add a little padding */
    color:white;
    background:red;
    padding:5px;  
}

#moveMe {
    /* let's make it stand out by turning it blue */
    background:blue;
   
    /* add the positioning information here */
    position: relative;
    top: 5px;
    right: 5px;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts