Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 3 years ago

Fylo storage component with SCSS and BEM( ✨custom effects✨ )

bem, sass/scss
Dan•150
@igafshell
A solution to the Fylo data storage component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


Hey frontendmentor community!👋

This is my solution to the Fylo data storage component challenge!

It was a short and easy one, but a bit tricky!👻

Features👾:

  • Custom hover effects🎨
  • Full responsiveness📱 ( this one was very fun to build )
  • Built with SCSS🔥
  • BEM methodology🧠

For the responsive design, I used expresssions like:

  • calc([fixed value] + [small responsive value])

Example: calc(7rem, .5vw)

It's very useful for elements like text that need only slight changes in size, so this way you don't need to bother with media queries, keeping the code cleaner

  • max/min/clamp([responsive value], [fixed value limit])

Example: min/max(30vw, 20rem)

It stops at 20rem if 30vw is bigger/smaller than that and acts as a max/min-width for the element. Useful to keep the code clean and avoid extra media queries

Feedback and advice very much welcomed!🙏

Happy coding!

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Dan'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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License