Design comparison
SolutionDesign
Solution retrospective
Hi everyone! This is my solution to the Fylo data storage component challenge! The result turned out to be alright. However, I am not sure about a few things:
- I feel like I am cooking up "div soup" again in my HTML. I am not sure about the code is semantic enough. And I am afraid that my CSS is not clean and efficient. 😅
- I used the tag
progress
for the bar. But I saw many people usediv
to create the bar, which seemed to be easier to style. I wonder if usingdiv
will make the code less semantic. Also, is it better to usemeter
thanprogress
?
If you have any suggestions about how I can improve my code, please let me know! Thank you😄
Community feedback
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