Skip to content

jdKheppar/3-column-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Links

My process

Built with

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

What I learned

I have used three media queries for three different screen sizes and

To see how you can add code snippets, see below:

element {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

The above css property will round the element from top-left or right and bottom-left or right. I also used google fonts.

Continued development

I want to learn some other ways to center the main content and apply other styles accordingly. I have plans to add a new media query regarding mobile landscape viewport

Author

About

3 card components placed parallel to each other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages