Skip to content

graficdoctor/3-column-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements

Screenshot

Links

My process

Built with

  • (Semantic) HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

First finished project in 4 months. I needed something 'easy' to finish, but I did eventually end up going back and forth between small errors. I used Flexbox, since I am not yet comfortable with grid.

I continued reading on css and html. As such I came across the ch, which I wanted to use. Eventhough it's a newbie-excercise and I'm a less new newbie I wanted to use some of the extra stuff I learned. Putting a transparent-border on the button, was once a tip of ApplePieGiraffe.

p {
  line-height: 1.5em;
  max-width: 45ch;
}

Continued development

I'm currently going through the flexbox-tutorial series of Kevin Powell and will move on to Wes Bos' Grid afterwards. But I'm currently moving slowly due to work.

Author