CSSpectacular
After installing the HTML Validator and using to fix up your '10 things' page, I'd like you to use some Embedded CSS to smarten it up...
- set the body background to a different colour (a light grey would be nice)
- add margins to either side of the page (20%)
- add margins around your ULs (15px)
- set the font for the page to arial 12pt and make it a contrasting colour to the background
- add a border and background colour to your OLs
- set the colour of the hyperlinks:
- :link {color: #0000dd }
- :visited {color: #dd00dd }
- a:active {color: #ff0000 }
- a:hover {color: #0099ff }
1 comment:
Post a Comment