Skip to content

bccpadge/fylo-with-two-columns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Fylo landing page with two column layout solution

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.

Table of contents

Overview

The challenge

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

Screenshot

Desktop preview

Links

My process

Built with

What I learned

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,
});

Continued development

Start building projects using ReactJS and Tailwind CSS.

Useful resources

  • Shots - Create and share beautiful screenshots of your site

Author

Acknowledgments

About

Frontend Mentor - Fylo landing page using HTML, SCSS, JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published