This is a solution to the Order Summary Card Component Challenge on Frontend Mentor.
Users should be able to:
- See hover states for interactive elements
- Solution URL: https://www.frontendmentor.io/solutions/order-summary-card-component-using-scss-coTG38YTE
- Live Site URL: https://fundakartal.github.io/order-summary-component/
- Semantic HTML5 markup
- SCSS custom properties
- CSS Flexbox
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%;
}
- Frontend Mentor - @fundakartal
- Twitter - @fundakartal