Yemisrach• 1,430
@Yemisrach15
Posted
Hi Olumide, good job! I'd like to give you some suggestions.
- Although the animation is nice, some people might prefer reduced motion.
- On tablet sized devices, there is little to no space between content and its container. It looks compact. Add padding to the boxes.
- Use em/rem for font size so that it scales when zooming in the browser or if browser font preference is changed.
- I would contain the boxes in a
article
element instead ofdiv
for better semantics.
Keep coding!
Marked as helpful
0
OLUMIDE MICHEAL• 270
@codewithmide
Posted
@Yemisrach15 Thank you for the tips. I will make the necessary changes now
0