Naveed89-tech / Three-column-component

0 stars 0 forks source link

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:

Screenshot

Links

My process

Built with

What I learned

During the Creating this project, i learn how to use flex.Flex are very help full especially for responsive design.Just one line of code put whole layout into mobile design.

.container {
  flex-direction: column;
}

Continued development

I will more focus on organized code next in developing phase

Author