GSD3v08 / 3-column-preview-card

3-column preview card component

Home Page:https://gsd3v08.github.io/3-column-preview-card/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

In this challenge I learn how to avoid buttons go up when try to resize the web. I fixed it adding the following and button does not move anymore. If you have a better alternative please let me know.

.button{
    position: absolute;
    left: 50px;
    bottom: 40px;
    }

Continued development

Keep learning about flexbox and responsive design.

Author

About

3-column preview card component

https://gsd3v08.github.io/3-column-preview-card/


Languages

Language:HTML 52.6%Language:CSS 47.4%