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
![](Screenshot 2024-01-30 at 05-04-00 Frontend Mentor Fylo landing page with two column layout.jpg)
- Solution URL: Solution URL
- Live Site URL: Live site URL
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Desktop-first workflow
- Styled Components - For fonts
- Styled Components - For icons
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'
;
}
I want to focus on more tricks in hover effects, svg images and javascript.
- Website - Samuel Ogboru Osaronungwe
- Frontend Mentor - @sicktooth
- Twitter - @sammy_o_osaro