Frontend Mentor - Order summary card solution

This is a solution to the Order summary card challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • See hover states for interactive elements

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

About HTML I learnt to link multiple style sheets, and that IDs aren't for styling

<head>
  <!--Linking css sheets-->
  <link rel="stylesheet" href="reset.css">
  <link rel="stylesheet" href="style.css">
</head>

About CSS I learnt about CSS resets, using rem units for font-size and text decoration.

Useful resources

Author