Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.68 KB

File metadata and controls

61 lines (42 loc) · 1.68 KB

Frontend Mentor - Meet landing page solution

This is a solution to the Meet 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
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • BEM

What I learned

In this challenge I learned how to work with :has() pseudo-class.

.wrapper:has(.hero) {
  /* Some style here */
}

Continued development

For future projects, I would like to learn how to work with CUBE CSS and improve my skills with Semantic HTML and CSS. I want to become more confident with my knowledge and work at the pace of my mind.

Author