Skip to content

Frontend challenge to build out a 3-column-preview-card-component of 3 different car types Sedans, SUVs and luxury types while also putting on display the benefits of each.

Notifications You must be signed in to change notification settings

UbaidRussell/3-column-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

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

Screen shot

Links

Built with

  • HTML
  • CSS custom properties
  • Flexbox
  • Visual Studio Code

What I learned

This CSS code was intersting to us and showed us we can do border radius specifically to the top, right, left or bottom of an element.

.card-one{
    background-color: hsl(31, 77%, 52%);
    border: #5E5DF0;
    height: 700px;
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px ;
}

Author

Acknowledgments

Shoutout to all the developers who created the tools for me to create and make this possible.

About

Frontend challenge to build out a 3-column-preview-card-component of 3 different car types Sedans, SUVs and luxury types while also putting on display the benefits of each.

Topics

Resources

Stars

Watchers

Forks