Skip to content

JuanHVDev/3-column-preview-card-component-main

Repository files navigation

Frontend Mentor - 3-column preview card component solution

This is a solution to the 3-column preview card component 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

Desktop

Mobile

Status Active

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid

What I learned

I learned how to use CSS Grid and how to make it fit the screen where it is being displayed.

.container {
    margin: 100px 150px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

Continued development

I want to continue developing and using CSS Grid to improve my CSS Grid skills.

Useful resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published