Skip to content

fundakartal/order-summary-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Order Summary Card Component Solution

This is a solution to the Order Summary Card Component Challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • See hover states for interactive elements

Screenshot

screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • SCSS custom properties
  • CSS Flexbox

What I learned

By resetting the root (HTML) font size to 62.5%; I calculated all of my REM units with that magical 1rem = 10px formula.

html {
  font-size: 62.5%;
}

Useful resources

Author