/skill-learning-landing-fem

This is my solution to skill-learning-landing-page on Frontend Mentor.

Primary LanguageCSS

skill-learning-landing-fem

This is a solution to the Skilled e-learning landing page 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 depending on their device's screen size
  • See hover states for interactive elements

Screenshot

image

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I learned how to add multiple images for different devices, and the most difficult part was making it responsive, especially for tablets and desktops. Thanks to the MDN and Slack communities, I found out how to fix that by using position relative and absolute.