Question: I have written the code for a CSS page to format my web page. It's not working. Here is my code for both. Any help
I have written the code for a CSS page to format my web page. It's not working. Here is my code for both. Any help is greatly appreciated!1
!DOCTYPE html>
INFO 1311 Web Site
Summer 2017
Homework Assignments
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Assignment 6
- Assignment 7
Final Project Home Page
Important Links
- Blackboard Course Web Site
- Metro Web Site
- W3C (X)HTML Validator
- W3C CSS Validator
body { font-family: Arial, Helvectica, sans-serif; background-color: #99CCFF; margin: 0; } #wrapper { width: 900px; background-color: #FFFFFF; margin-left: auto; margin-right: auto; } header { background-color: #66CCFF; } h1 { font-family: Trebuchet MS, sans-serif; color: #000066; text-shadow: 3px 2px 5px #666; } h2 { color: #003366; margin-top: -20px; margin-left: 30px; } h3 { color: #000033; } footer { background-color: #CCFFFF; color: #006666; text-align: right; font-size: .8em; font-style: italic; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
