Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 10 months ago

Fylo data storage using Tailwindcss

tailwind-css
beowulf1958•1,970
@beowulf1958
A solution to the Fylo data storage component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

Proud to have finished. I spent too much time analyzing and need to get my hand dirty straight away when doing a project. Most proud of the speech bubble styles with the little tail on the end.

  .triangle {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    border-left: 25px solid transparent;
    border-top: 25px solid white;
  }
What challenges did you encounter, and how did you overcome them?

Biggest challenge for me was working with positioning and making the little tail on the speech bubble. I looked up some resources on the web including youtube and this article

What specific areas of your project would you like help with?

Nothing specifically, but any feedback on improving the code or the use of tailwindcss is appreciated.

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 beowulf1958'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

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