Skip to content

Clement1kalu-okereke/Four-Card-Feature-Section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor- Four Card Feature Section

This is a solution to the Four card feature section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of Contents

Overview

Screenshots

The Screenshot

Links

-Solution URL : Link to the solution -Live Site URL: Link to the live site

My Process

Built With

  1. HTML
  2. CSS
  3. Mobile first Workflow

What i Learned

I got another chance to practice CSS Grid but i got the chance to practice grid template areas here is a piece of code i am proud of.

.card__container {
  display: grid;
  grid-template-areas: "supervisor middle calculator" "supervisor middle calculator" "supervisor middle calculator";
  gap: 10px;
}

Continued Development

I am not yet comfortable with CSS Grid and i look forward to refining my skills on this concept

Author

About

This is another answer to a frontendmentor.io coding Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published