/order-summary-component

This is my solution to the order summary component challenge on Frontend Mentor.

Primary LanguageSCSS

Order summary component

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

Table of contents

Overview

Screenshot

Order summary component desktop screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Sass
  • Flexbox
  • Sass variables
  • Sass partial files
  • Mobile-first workflow

What I learned

While working through this project, I learned Sass' partials and @import.

@import 'variables';

:root {
    font-family: $font-stack;
    background-color: $pale-blue;
}

Author