scrimba
Code Reviews
Code Review: Jeff's Solo Project - Hometown Homepage
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Code Review: Jeff's Solo Project - Hometown Homepage
AboutCommentsNotes
Code Review: Jeff's Solo Project - Hometown Homepage
Expand for more info
notes.md
run
preview
console
YES!!
- Google font
- great indentation
- some semantic HTML, but add more
- margin and padding shorthand
- flex

SUGGESTIONS:
- add title
- be careful when using id vs. classes (don't overuse - you'll be using them in javascript)
- add alt to images
- add box-shadow to images
box-shadow: 5px 5px 8px #888888;

STRETCH GOALS:
- add buttons instead of h4
- use :hover and change color of button and font when hovering
- change mouse cursor to hand: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor


Console
/index.html
-8:38