Looks good. It might be worth looking into css variables, they are especially useful for colors. While they aren't super necessary for small projects like this one they can be useful for bigger projects. If you want to experiment with the projects colour scheme you only have the change the colours in one place.
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
Marked as helpful
0