Question: General/Body Styles need help applying these bullets into my css file Add a font-size of 16px to the body and set the margin to 0
General/Body Styles
need help applying these bullets into my css file
- Add a font-size of 16px to the body and set the margin to 0
- Give the container a max-width of 900px, a width of 100%, and center it with margin: 0 auto
- Most containers have a padding of 10px
- Border-radius has been set to 10px for any rounded corners

7* Utility Classes Includes box-sizing: border-box and a clearfix. */ *{ box-sizing: border-box; font-size: 16px; margin: 0px; } . row { width: 100%; 1 } . row:before, .row:after { content: ""; display: table; clear: both; } } /* End Utility Classes */ /* Styles for this assignment go under here */
Chris Velez.net
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
