Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.04 KB

study.md

File metadata and controls

34 lines (21 loc) · 1.04 KB

HTML CSS Layout Study

Use your favorite search engine and the provided readings to research and respond to the following questions.

In your responses, be sure to cite any relevant sources you consulted in your search. We ask you to write responses in your own words in order to see how you process what you've read. Please do not respond with direct quotes from source material. Instead, digest what you've read and repeat it in your own voice.

Required Readings

CSS box-sizing

What are the different options for box-sizing? Explain the differences between them.

<!-- your answer here -->

Relative vs Absolute Positioning

In your own words, explain the difference between relative and absolute positioning.

<!-- your answer here -->

CSS Gotchas

What are three "gotchas" when working with CSS layouts? "Gotchas" are common gimistakes that are easy to make, even if you know better.

<!-- your answer here -->