Skip to content

Surjo981/Frontend-Mentor---Order-summary-card-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Order summary card solution

This is a solution to the Order summary card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Design preview for the Order summary card coding challenge

The challenge is to build out this Order summary card and get it looking as close to the design as possible.

The Users should be able to:

  • See hover and focus states for all interactive elements on the page

Screenshot

Desktop view
Mobile view

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS clamp() and @media function for responsiveness

What I learned

CSS

/* backround */
.body {
  background: url(./images/pattern-background-desktop.svg), var(--blue-100);
  background-repeat: no-repeat;
  background-size: contain;
}

Author

Thank You 😊✨

Contributors