First attempt at product page!

Would love your feedback. I know it doesn’t meet all the tests, but I decided to customize it a bit based on what i had in mind :slight_smile:

Good job! I like the modern and simple approach.

You can improve buttons by changing their colors on hover, especially the last button needs proper effect.

You can also apply this style to get rid of white space on the edges.

body, html {
  padding:0;
  margin:0;
}

Awesome, thank you for the feedback! I’ll definitely be sure to incorporate those points.