cholis04 / fylo-dark-theme-landing-page-master

This is my solution to the Fylo Dark Theme Landing Page challenge on Frontend Mentor.

Home Page:https://cholis04.github.io/fylo-dark-theme-landing-page-master/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Fylo dark theme landing page solution

This is a solution to the Fylo dark theme 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 for the site depending on their device's screen size
  • See hover states for all interactive elements on the page

Screenshot

Web Capture

Links

My process

Built with

  • Desktop-first workflow
  • Semantic HTML5 markup
  • Flexbox
  • CSS Grid
  • BEM Naming Convention
  • SASS - CSS preprocessor

What I learned

The :invalid CSS pseudo-class

This selector allows to customize styles to invalid elements see below:

.signup__input-email:invalid ~ .signup__error-input {
  display: block;
}

Useful resources

Author

Acknowledgments

Many thanks to anyone who provided feedback.

About

This is my solution to the Fylo Dark Theme Landing Page challenge on Frontend Mentor.

https://cholis04.github.io/fylo-dark-theme-landing-page-master/


Languages

Language:SCSS 51.9%Language:HTML 48.1%