Responsive Fylo Data Storage Component

Solution retrospective
Hello guys.
I would appreciate some feedback on the progress bar.
Thank you in advance!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @michel-moreira
Hello Nicholas!
Great job on complete this challenge!
I have some suggestions tha might be helpful!
-
In the img tag, you must put an alternate text, the attribute "alt". The required alt attribute provides an alternate text for an image, if the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader). Source.
-
You must put a h1 tag on the pag cause the page should contain a level-one heading, you could replace the p tag and just maintain the class the same, so your code remains unchanged.
-
All your principal code should be wrapped by
main
tag landmark, between the tags main and div attribution you've putted asection
tag to treat the second element. Would be better if you use 2 sections inside the main instead on main and a section out of the main. One section to the first element and other section to the second one. Themain
tag is more like a container and not an element itself. -
Inside the tag
section
you could use ah1
heading level rather thanp
. And the div 'amount-left' you could useh2
as well. -
Your div attribution could be replaced by the
footer
tag to be more semantic.
I hope you find it helpful!
Happy Coding!
-
- @Suleman-Tasawar
Hi there Nicholas your solution was quite creative but there are a few problems in the mobile view -The three icons are squeezed and causing the third icon to be hidden if your using flex then try changing it
flex-direction
-The info bar that shows the amount of space left is swished in the progress bar
These are few things that i found which need to be improved
Happy Coding 🙃
Join 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