mendezpvi / fm-stats-preview-card

This is a great small challenge to help get you used to building to a design. There's no JS in this project, so you'll be able to focus on your HTML & CSS skills.

Home Page:https://mendezpvi.github.io/fm-stats-preview-card/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Stats preview card component solution

Stats preview card

This is a solution to the Stats preview card component challenge on Frontend Mentor.

Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

πŸ”³ The challenge

πŸ”³ Screenshots

πŸ”³ Links

πŸ”³ Built with

πŸ”³ What I learned

πŸ”³ Useful resources

πŸ”³ Author

The challenge πŸ€“

Users should be able to:

🎯 View the optimal layout depending on their device's screen size

Screenshots πŸ“·

Mobile

Desktop

Links πŸ”—

Live Site URL πŸ‘€

Solution in Frontend Mentor πŸ‘€

Challenges overcome πŸ‘€

Built with βš’οΈ

βœ… Semantic HTML5 markup

βœ… CSS custom properties

βœ… Utility classes

βœ… Flexbox

βœ… CSS Grid

βœ… Mobile-first workflow

What I learned 🀯

mix-blend-mode CSS property sets how an element's content should blend with the content of the element's parent and the element's background.

.illustration {
  /* 1. Set background color in the parent container */
  background-color: var(--soft-violet);
}
.illustration__pic {
  /* 2. Apply the "mix-blend-mode" property */
  mix-blend-mode: multiply;
  filter: opacity(.75);
}

Useful resources πŸ”₯

Effects with CSS by @midudev

Author πŸ”°

✨ Frontend Mentor - @mendezpvi

About

This is a great small challenge to help get you used to building to a design. There's no JS in this project, so you'll be able to focus on your HTML & CSS skills.

https://mendezpvi.github.io/fm-stats-preview-card/


Languages

Language:CSS 50.5%Language:HTML 49.5%