Reading
- Tags
- reading
- CSS Mastery, Chapter 3: Box Model.
Questions to think about:
- What is the difference between margin and padding?
- What does a
background-color look like on an inline element vs a block element?
- What does a box with a
background-color and padding look like?
- What does a box with a
background-color and margin look like?
- Walk through this tutorial with examples of CSS Floats.
Questions to think about:
- How is a
float different from a normal box?
- What happens if you
float everything inside of a box?