Skip to content

Anubliss-0/Meet-Landing-Page

Repository files navigation

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

Note: Delete this note and update the table of contents based on what sections you keep.

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

Links

Built with

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

What I learned

unless placed in a div, content below an SVG will cover the SVG when there is no avaialbe space.

The grid-gap property does not accept the minmax() function, but an empty grid column can be used to create a working gap whic resizes to a minimum and maximum.

.photos {
  display: grid;
  grid-template-columns:
    minmax(39px, 165px) minmax(163.9998px, 280px) minmax(11px, 30px)
    minmax(163.9998px, 280px) minmax(11px, 30px) minmax(163.9998px, 280px) minmax(
      11px,
      30px
    )
    minmax(163.9998px, 280px) minmax(35px, 165px);

  width: 100%;
}

Useful resources

Author

Anubliss_

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published