Overview
**Question of the Day: How can we style the images and layouts of our pages?** This lesson continues the introduction to CSS style properties, this time focusing more on non-text elements. The class begins by investigating and modifying the new CSS styles on a Desserts of the World page. Afterwards, everyone applies this new knowledge to their personal websites.New Code
width: value;
margin: value;
height: value;
border-width: value;
border-style: value;
border-color: value;
border-radius: value
background-color: value;
float: value;