Restaurant website

index.html

inspo website 1: nyt (https://www.nytimes.com/)

inspo website 2: airbnb (https://www.airbnb.com/)

learning log

#code academy intro to html and css

Doing codeacademy's intro to css was so interesting because it showed me how 
designers are able to stylize their html code into the visual interface that 
they want it to be. 

##notes
- format is [class selector] {
	[thing that you want to change]: [what you're changing it to];
    font-family:Palatino, 'Palatino Linotype', serif;
    }
- this links to html tags such as <h1> and <h2>