EONRaider / Single-Price-Grid-Component

Solution for the Single Price Grid Component challenge on frontendmentor.io

Home Page:https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Project Name solution

CodeFactor Grade FrontendMentor

This is a solution to the Single Price Grid Component. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Single-Price-Grid-Component

Links

My process

  1. I started with the markup on index.html, complying with HTML5 semantic tags and standards as much as possible.
  2. The styling provided by the project briefing was implemented first, followed by the classes I came up with on the markup.
  3. I used Figma to acquire all the right dimensions involved in the layout and implemented them in the appropriate CSS classes.
  4. The CSS Cube methodology was used when coding the stylesheet and some of the conventions from BEM were used when naming classes.

Built with

  • Semantic HTML5 markup
  • Cube CSS methodology

What I learned

  • This is the first time I apply CSS Grid on a project. It went smoothly. Next time I'd like to leverage the grid settings, so I don't rely so much on media queries when implementing responsiveness.

About

Solution for the Single Price Grid Component challenge on frontendmentor.io

https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc

License:GNU Affero General Public License v3.0


Languages

Language:CSS 64.2%Language:HTML 27.7%Language:JavaScript 4.4%Language:Dockerfile 3.7%