Part 1: Type Selectors
Instructions:
You are to fill in the CSS only. Do not change the HTML markup.
- Target main and give max-width of 1500px.
- Target section and make max-width 1000px, margin auto, and give it an outline of 2px solid black.
- Target ordered and unordered lists and give them a decimal list-style and 20px padding.
- Target h1 through h6 and set font-size to 1.5em, font-weight to 700, color to #555 and padding to 30px top, 0px on the sides and 10px on the bottom.
- Target paragraphs and list items and set the line-height to 1.2em and margin to 7px top, none on the sides and 3px on the bottom.