Skip to content

CNash23/results-comp

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

Screenshot

Links

My process

I made my sections, gave them a color and positioned them. Then added the content within each one. After doing this, I added styling and more detailed positioning of the contents within each section.

Built with

  • HTML
    • CSS Grid

What I learned

I learned about the background-image linear gradient style attribute which makes blended colors. Fun! I also learned more about using spans to isolate elements for precise positioning.

.proud-of-this-css {
  background-image: linear-gradient(
    hsla(256, 72%, 46%, 1),
    hsla(241, 72%, 46%, 0)
  );
}

Continued development

I will continue to focus on learning more advanced HTML and CSS.

Author

Acknowledgments

Special thanks to Frank Chambergo of Fullstack Academy for helping me with the postioning of some elements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published