Skip to content

Rezzak48/Order-summary-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend - Order summary component

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

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flex box

What I learned

  • edit 1 : I get a feedback saying that The element "a" must not appear as a descendant of the button element bcz it harms accessibility, and cause an error !Ensure interactive controls are not nested! it was a new thing for me, so I tried another way to make a button behave as a link😊
  • edit 2 : I got another feedback about HTML Validations, saying that The element button must not appear as a descendant of the a element, so I am trying new way 😊
  • practicing more about using rem it is really helpful more much than px unit

Author