# Code Review: Inspirational Quote Page
### _Code by: Farrah,_
### _Reviewer: Felicity Evans_
## What you did well
- Completed goals
- achieved stretch goals
- Separated data into separate file
- Great structure of JS, neat and ordered
- Clever way of generating random quote
## What could be improved?
- Make link open in new tab
- Full height image (use vh)
- Update link so that anchor tag wraps around all content
- JS:
- declare const for quotesContainer
- semantic html
## Challenge
- Can you use the HTML element blockquote to display your quote?
- Can you add quotation marks with just CSS?