fylo data storage component - flexbox | mobile-first | responsive

Solution retrospective
I actually put quite a few new properties into practice for this solution, so I really enjoyed this challenge! Please leave some suggestions to help me improve, thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @elroytoscano
Hi Anosha, great job with the pixel perfect design and clearing Accessibility and HTML tests.
Here are some areas you may improve:
- As Aakash mentioned, your
icons
class and sub-classicon
could use visual feedback, like change inbackgroundColor
andcursor:pointer
. - You may consider improving semantics by using an unordered list
ul
foricons
instead ofdiv
andli
for theicon
div
. Again good job with providingalt
for the img tags. - The progress bar from 0GB to 1000GB indicates a range and you can use
<input type="range"/>
followed by labels. This will make your progress bar code semantically correct. Here's an example: https://jsfiddle.net/okyf0omz/3/
Hope this helps.
Marked as helpful - As Aakash mentioned, your
- @Hamza-Noah
this is absolutely amazing you made it identical 100% with the design keep going your amazing work
Marked as helpful - @mattstuddert
Excellent work on this challenge, Anosha! The solutions you've been submitting are really high quality! 🙌
You've received some great feedback so far. One thing I'll add is that you're quite right about the brand name being a good
h1
in this design, but I'd recommend wrapping theh1
around the logo and changing the imagealt
text to "Fylo". Thealt
text of "Logo" isn't very descriptive, as it should say who the logo is for. Wrapping theimg
in ah1
will mean the "Fylo" text is defined as ah1
, which will have the desired effect.I hope that helps. Keep up the great work! 👍
Marked as helpful - @igor-ostojic
How do you always make the design pixel perfect ?
Do you use Figma and copy all the widths and heights pixels or do you eyeball it ?
Amazing job !
Marked as helpful - @jonathan401
this is amazing, how did you design your solution to the be 100% identical to the challenge? so beautiful
Marked as helpful - @skyv26
Awesome, Really Good work, But I think your active states are missing.
Marked as helpful
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