correlucas / order-summary-component

This is my solution to the Order Summary Component challenge (Figma design to Code) on Frontend Mentor.

Home Page:https://order-summary-component-eight-rho.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Order summary card solution

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

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 custom properties
  • Flexbox
  • Responsive Design
  • Custom hover states

What I learned

I learned how to create a clean code, in my first attempt I used some useless divs, I tried my best to don't write useless tags. This challenge was really good to have an idea about how to wrap sections, prepare the website for mobile setting some breakup points and changing the way the elements are disposed as it stretch. Some cool stuff I added to my code was some custom hover states. I finally discoved how to create smooth transitions from the static element and hover element, this is a simple thing, but I have no idea how it was done until today.

Useful resources

Author

About

This is my solution to the Order Summary Component challenge (Figma design to Code) on Frontend Mentor.

https://order-summary-component-eight-rho.vercel.app/

License:GNU General Public License v3.0


Languages

Language:CSS 86.7%Language:HTML 13.3%