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

Saturday, December 15, 2012

Codecademy Sample Solution: Codeyear Review clearing



/* sample solution to style.css */
#longer{
    float:left;
    width:30%;
    background:#66FFFF;
    padding:10px;
}

#shorter {
    background:#FFFF66;
    padding:10px;
}

ul {
    color:white;
    background:black;

}

li {
    padding:10px;
    font-family:Arial;
    display:inline; /* this puts them all on the same line */
}
   
#navbar {
    clear: both;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts