Skip to content

sicktooth/fylo-landing-page-with-two-column-layout-master

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

![](Screenshot 2024-01-30 at 05-04-00 Frontend Mentor Fylo landing page with two column layout.jpg)

Links

My process

Built with

What I learned

I learnt how to modify svg images, like the hover effect the width modification which is tricky and different from regular images.. width units used to make svg responsive is % while images are vw and %

To see how you can add code snippets, see below:

.intro__image {
    width: 80%;
}
#main__footer {
    grid-template-areas: 
        'head head head head'
        'contact nav docs social'
    ;
}

Continued development

I want to focus on more tricks in hover effects, svg images and javascript.

Author