/3-column-preview-card-component-main

This project is a 3 Column Preview Card Component. This repository was a challenge accepted from Frontend Mentor and is mainly focused on HTML and CSS.

Primary LanguageCSS

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

Desktop View

Inactive State Active State

Mobile View

Mobile View 1 Mobile View 2 Mobile View 3

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

This was my first HTML & CSS based project. I learned how to use the basics of HTML and CSS such as positioning the elements, pseudo-classes, assigning active states etc.

Continued development

I would like to further practice positioning and transitioning the elements, using flexbox and using gridbox.

Useful resources

  • W3Schools - This helped me in using pseudo-classes and in CSS.
  • MDN Web Docs - This resource helped me a lot in using flexbox and CSS.

Author