Skip to content

Dodeun/3-column-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Screenshot

DESKTOP VERSION DESKTOP MOBILE

Links

My process

Built with

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

What I learned

I had to remove the Learn More button from the regular flow of the page and position it in absolute because in some cases of responsiveness if 1 or 2 out of the 3 paragraphs would go to the next line before the other ones the buttons would stop being alligned next to each other. I could have used grid and set all the buttons to the same row, i dont know which way is better.

Author