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

Thursday, December 27, 2012

Codecademy Sample Solution: Projects Style It!



/* sample solution to stylesheet.css */

* {
    font-family: Calibri;
    font-size: 16px;
}  

#returning {
    margin-left: 22px;
}

#returning, #departing {
    background-color: tan;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 80px;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts