This is a solution to the Fylo landing page with two column layout challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Solution URL: Frontend Mentor
- Live Site URL: GitHub Pages
I learned how to add a scroll to top button to this website and add Scroll Reveal animations using JavaScript.
<a href="#top" class="footer__scroll active" aria-label="click to scroll to top of page" data-js-top>
<i class="fa-solid fa-arrow-up"></i>
</a>
ScrollReveal().reveal(".text-group ", {
origin: "left",
duration: 1000,
distance: "50px",
reset: true,
});
Start building projects using ReactJS and Tailwind CSS.
- Shots - Create and share beautiful screenshots of your site
- Rebecca Padgett on LinkedIn
- Scroll to top button YouTube video by codewithsadee.