CSC 105 Style Sheet Demo
Discussion
The purpose of this exercise is to practice writing style sheet rules. The examples below should
require you to write at least one of each major rule type. If you need help finding the right property to use,
check this list.
Goals [To Do]
- Headings of any size should be all caps.
- Unordered list items should use a circle bullet.
- Every other list item, as identified by the class odd, should have a light gray background (#CCCCCC;)
- The remaining list items, as identified by the class even, should have a light lavender background (#FFD0FF;)
- Bold text within a heading should be red, but elsewhere should be the same color as the surrounding text.
- Links should turn green when the mouse hovers over them.
- This particular page element, identified with the id last, should have purple text.