Skip to content

OhSorrow/single-price-grid-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Single price grid component

👋 Hey there!

This is a solution to the single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help me improve my coding skills by building realistic projects.

Table of contents

Overview

I chose this challenge as part of my exercises to master the Grid. It went well, I think!

The challenge

The challenge was to build out this single price grid component challenge and get it looking as close to the design as possible. For me, working with justify-content, justify-items, align-content and align-items for centering grid items was a new challenge. I learned a lot about them.

Screenshot

Mobile Preview Desktop Preview

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid
  • CSS Flexbox

What I learned

  • Basic understanding of CSS Grid
  • Using justify-content, justify-items, align-content and align-items for centering grid items.
  • fr CSS Grid unit
  • minmax() function

Continued development

Since I learned a lot on this project, I'm looking forward to trying more challenges from Frontend Mentor.

Author