P
@VSKarthikT
No specific areas. However, any feedback is greatly appreciated!
Hello!
Overall, nice job on the challenge! A few things to consider:
display: flex
instead of a grid layout.px
for properties like font-size
and letter-spacing
- here's a great article on why. The BLUF is, using rem
instead will respect the user's font preferences.Great work. Keep going!