Submitted over 4 years agoA solution to the Fylo data storage component challenge
Status bar animated with keyFrame
@Sven72

Solution retrospective
While coding this challenge, I found a video by Kevin Powell about aimating gradients – which fits perfectly to this challenge. It's applied at .load-used
.
I had issues to center the boxes in te desktop view. I applied flex-basis
, so that both boxes are on one line. But the align-items: center
does not work anymore. I solved this with adding a padding-top: 25%
– but this does not feel good. :)
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Sven's solution.
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