Skip to content

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

Notifications You must be signed in to change notification settings

josr13/order-summary-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks