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

Thursday, October 24, 2013

#Codeschool CSS Level 1 Sample Solution Columns


//sample solution to style.css


article {
  float: left;
  width: 120px;
}
aside {
  float: right;
  width: 120px;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts