Design comparison
Solution retrospective
Built a data storage component using HTML and CSS. I added a little animation Please leave feedback as it will help me improve. Thanks!!
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello chiozoadiro, congrats on finishing the challenge!
Great work the animation looks awesome I liked it a lot!
The only things I would change from your CSS would be maybe the background-image for higher sizes.
You can use
background-position: bottom
,background-size: contain
for sizes that are greater than 1400px (desktop sizes!).In the case of your html, try adding more semantic tags, even if it's a little component like this one, try using
header
,main
,section
,footer
... it will give you the habits of using them for future big projects!Hope my feedback helped you! keep going for harder challenges!
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord