Guest User

Untitled

a guest
Nov 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ### Tourist's Guide to New York City!
  2. You are creating a page that shows all the wonderful things to see in New York City and the five boroughs: Manhattan, Brooklyn (!!), Bronx, Queens, Staten Island. To help users see the difference in each borough, you will style each borough differently!
  3.  
  4. #### Instructions:
  5. 1. In the HTML code, add a class attribute for each place indicating which borough they belong to. For example, all the places in Brooklyn should have a class name of **brooklyn**.
  6.  
  7. 2. In the CSS code, give each borough a different CSS style. Use the class name as a selector. How do you select all HTML elements with the class name of **brooklyn** and give it all the same background color?
  8.  
  9. #### Bonus!
  10. * Can you give each borough it's own Google font?
  11. * Can you give the page a background image or color?
  12. * Can you add your favorite places to the list and give it a different class name and style?
Add Comment
Please, Sign In to add comment