CPSC270
Software Engineering and Project Design

Activity 2

CSS

Use CSS to add style to your recipe web page. The page should do the following:

  1. use an external style sheet
  2. use an element selector
  3. use a class selector
  4. styled the link using state selectors
  5. use a combined selector
  6. change the background color of an element
  7. change the text color of an element
  8. change the text size of an element
  9. add a border to an element
  10. change the margin of an element
  11. change the padding of an element
  12. change the width of an element