Skip to content

CraftyBecky/Order-Summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Overview

This is a project that I wanted to complete using nothing but HTML and CSS. I started with a framework but wanted to solidify my CSS learning but doing vanilla CSS only. It has proven to be an excellent challenge.

The challenge

My challenge was to build out the order summary card component and get it looking as close to the design as possible.

Users should be able to:

  • See hover states for interactive elements

Screenshot

Desktop Screenshot Mobile Screenshot

Links

My process

I built out the HTML semantic markup first, creating my classes, then moving into the CSS stylesheet where I worked each component completely before moving onto the next one. Some hiccups arose, as they do, but with the help of my mentor and code reviewer we were able to work past those together.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile First Method

What I learned

To see how you can add code snippets, see below:

This was with the help of Nikki, my code reviewer and mentor. What I found on W3schools.com had the card before the container but that did not result in the desired outcome.

<div class="container">
    <div class="card">
      <img src="/images/illustration-hero.svg" class="main-image" alt="dancing to music">
        <div class="text-container">

I learned this as
was not allowing my main paragraph to line up as intended.

p {
   white-space: pre-line;
}

Continued development

I working on more CSS based projects as my goal is to ensure I have a firmer understaning in how child and psuedo elements work. I also need to contiue to learning with mobile first worflow, as the background was not working properly but showing only the mobile on desktop.

Useful resources

  • The mysterious 4px gap in between images - I ran into a mysterious gap between the main image and my container for the card. After researching together, Nikki found this article and it really helped me understand that the was due to the default display: inline block that occurs with images. To remove this, some changing of HTML classes was done and then putting the image in a display: block, resolved the issue. This is vital and something that I want to remember going forward.

Author

Acknowledgments

I want to acknowledege the help of my friend and mentor, Nikki Morely. She and I sat down over Google Meets and she helped me figure out this strange mystery gap in between the card and container elements that was really bothering me the most with this project. She wrote out some code to make for less code, and explained one of the important pieces I was missing, the display:block.

About

Order Summary for Frontend Mentor Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published