Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. **Task 1:**
  2.  
  3. Add classes to your html organize the places by borough.
  4.  
  5. **Task 2:**
  6.  
  7. Use CSS to make each of the classes look different. Manhattan,
  8. Brooklyn, Bronx and Staten Island and Queens should all have
  9. distinguishing characteristics (think about text color, background
  10. color, text size, etc.)
  11.  
  12. **Task 3:**
  13.  
  14. Add 3 new places of your own choice and categorize them according to the system.
  15.  
  16. **Then, Choose your own adventure:**
  17.  
  18. *Mild * 🌢
  19.  
  20. - Add multiple CSS properties to each class
  21. - Add images to show each location.
  22.  
  23. *Spicy* 🌢🌢
  24.  
  25. - Categorize your places in a second way, add the second class to your html and style them in a different way based on this. For example, you could rate them one through five stars and make text size bigger for higher star ratings
  26. - For at least one place, make it so that you have the same property set to different values for the two different classes (for example, color: blue versus color: purple). Which value wins in the Popcode preview? If necessary, change your code so the borough-related class wins.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement