Learning Goal: Implement styles to modify the font using CSS style rules
Today we will:
- Create a new Web page in your GARDEN folder called: hours.html
- Add content so that your page looks like the example shown below
- Modify your pizza.css page to add new styles needed to create the page
- Create an element selector to change the font for your entire document to a sans-serif font-family
- Create an id selector called #tagline that increases the font size to 1.5em serif text that is centered
- Modify the h2 style to make the text green
- Modify the box to add a background color of #ffff33
- Validate your code at: validator.w3.org
Links: