Skip to content

henrysama58/Order-summary-component-challenge-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • See hover states for interactive elements

Screenshot

Links

My process

  • Code from the outside to inside.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I learned how to manipulate containers and use hover states.

        <div class="payment-buttons">
          <div class="proceed-button">
            <p class="proceed-button-content">Proceed to Payment</p>
          </div>
          <div class="cancel-button">
            <p class="cancel-button-content">Cancel Order</p>
          </div>
        </div>
.plan-container {
    display: flex;
    align-items: center;
    background-color: hsl(225, 100%, 98%);
    width: 360px;
    padding: 24px;
    justify-content: space-between;
    border-radius: 12px;
}

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published