Skip to content

zeerobit/Single-price-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Single price grid component solution

Table of contents

Overview

-- This is a solution to the Single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.jects.

The challenge

  • Build it to look as close as possible to the design provided.

Users should be able to:

  • View the optimal layout for the component depending on their device's screen size
  • See a hover state on desktop for the Sign Up call-to-action

Screenshot

desktop-preview

Links

My process

  • -Started with mobile design first than use media queries for desktop layout.created variables for colors and font-weights.

Built with

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

What I learned

This is my first grid project, i learned how to extend a column using the span property

  .community {
    grid-column: span 2;
  }

Continued development

  • Learning grid area so i can implement it in my next project.

Useful resources

Author

About

Frontend mentor project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published