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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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