Skip to content

Files

Latest commit

 

History

History
54 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.28 KB

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