Skip to content

jayrnoel/results-summary-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Results summary component solution

This is a solution to the Results summary component 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:

  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Links

My process

Built with

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

What I learned

This practice is a small project to help me practice flexbox again. I applied flex-basis because I don't think that the results and summary are equal.

My first impression on the project was how to make the results div bleed to the viewport on top. I have forgotten that I can control individal corners of the box. The syntax goes:

border-radius: 0 0 3rem 3rem;
/* top left, top right, bottom right, bottom left */

Useful resources

  • MDN - This helped understand controlling the border-radius for each corner of the box.
  • CSS Tricks - This is the resource I always go to whenever I get stuck on flexbox.
  • Flexbox Zombies - A fun and free resource for practicing flexbox. This helped me with the concepts of flexbox stick.

Author

About

Frontend Mentor Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published