/FM-skilled-elearning-landing-page

This repo is for a skilled e-learning landing page challenge that can be found on frontendmentor.io

Primary LanguageSCSS

Frontend Mentor - Skilled e-learning landing page solution

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

Links

My process

Built with

  • Semantic HTML5 markup
  • SCSS custom properties, partials, mixins, 7-1 structure
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

This is my first full project using SASS. After some mishaps I quickly liked it - mixins especially. I hope to learn even more about it in the future.

@mixin typography($fontSize, $fontWeight, $lineHeight, $fontColor){
    font-size: $fontSize;
    font-weight: $fontWeight;
    line-height: $lineHeight;
    color: $fontColor;
}

Useful resources

Author