Fylo data storage component
Design comparison
Solution retrospective
Hello, Frontend Mentor community! This is my solution to the Fylo data storage component.
I am thankful for all the comments you have left and I always try to improve or refactor the code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.
You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.
Thank you
Community feedback
- @jemeneradevPosted almost 3 years ago
Try to stay away from the "position: absolute".
For one thing, it pulls out the elements from flow dictated in the markup, which messes with the nearby elements.
My advise: stay with "position: static". For complicated layouts, use display flex or grid. Get the layout as close as you can, then you can use "position:relative" for the micro adjustments.
For the bubble, you could have added the triangle as a pseudo element, then use position:relative to place it in its place.
This project was a fun one!
Marked as helpful2@catherineisonlinePosted almost 3 years ago@jemeneradev Thank you for the feedback!
0 - @gutim2Posted almost 3 years ago
Solution the better than original
1 - @CarlEdem97Posted almost 3 years ago
looks awesome, going to jump on this one myself
1@catherineisonlinePosted almost 3 years ago@CarlEdem97 Thank you!
0 - @TSune-webPosted over 2 years ago
Hi Catherine, you did a fantastic job!
0@catherineisonlinePosted over 2 years ago@TSune-web Thank you! Means a lot
1 - @JyteCeoPosted almost 3 years ago
Hi Catherine .. your work is nice .. [email protected] is my email we can get to talk and code along ,,, I'm learning Js too and would be in react pretty soon ..
0@catherineisonlinePosted almost 3 years ago@JyteCeo Thank you!
0 - @daarfariasPosted almost 3 years ago
Congratulations, I enjoyed doing this challenge.
0@catherineisonlinePosted almost 3 years ago@daarfarias Thank you!
1 - @dovelmPosted almost 3 years ago
wow... I like this!!!
0@catherineisonlinePosted almost 3 years ago@dusvimarin thank you!
0
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