Skip to content

WMYM-Experimental/three-column-responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: 3-Column Preview Card Component

This project involves the implementation of a three-column preview card component, with each column representing a type of vehicle (sedan, SUV, and luxury). Each card contains relevant information and a "Learn More" button for additional details.

Technologies Used

  • HTML5
  • CSS3 (with BEM methodology)
  • Google Fonts (Lexend Deca, Big Shoulders Display)

Usage Instructions

  1. Web view

  2. Local view

    • Clone or download the repository to your local machine.
    • Open the index.html file in your favorite web browser.

BEM Methodology

The BEM (Block, Element, Modifier) convention has been applied to organize and structure the CSS code in a modular and easily understandable way. Each card is represented as a block (card), with elements and modifiers for different styles and variations.

Responsive Design

The design is responsive and adapts to different screen sizes. Specific adjustments for smaller devices have been made using media queries.