- Edit presentation layer to achieve a new layout
- Change basic CSS appearance: colors, widths, padding, margin
- Communicate state changes via CSS (ex: error state vs correct state)
Demonstrate use of box model, positioning and other css styles to format the layout of a page.
For this challenge, your task is to modify the main.css
file to style the
page so that the [end result][video] looks like the video below.
CSS styling demo from Dev Bootcamp on Vimeo.
- Write clean, concise CSS code.
- Do NOT change the markup in
index.html
to achieve the result.
- Your page looks exactly like the video/image
- You can easily explain each CSS rule that you used
- Your CSS does not contain extra rules (ones that are overridden by other code).
- For your yellow color, you can use the HTML color code
#ff0
. - The two "grey" colors used are
#333
and#555
.
None
None