Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Stats preview card component

@omar-bakry

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


please give me a feedback

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

Replace <h3> with <p> to fix the accessibility issues.

for the color of the image, add background-blend-mode: multiply , background-color of soft violet and opacity: 0.8. to img_div.

img_div{
background-image: url();
background-size: cover;
background-color: hsl()
background-blend-mode: multiply;
opacity: 0.8;
}

Use relative units like rem or em as unit for the padding, margin, width values and preferably rem for the font-size values, instead of using px which is an absolute unit. For more on CSS units Click here

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

0

@omar-bakry

Posted

@Hassiai

I really appreciate your help, i am going to try it now, thank you SOOOO much

0
Hushimx 150

@Hushimx

Posted

السلام عليكم كيف حالك يا عمر ان شاء الله تكون بخير

ماشاء الله تنفيذك ممتاز للتحدي لكن في بعض النقاط اعتقد يمديك تحسنها

اولاً تكبر العناصر شوي عشان تكون قريبة للحجم المطلوب

وثانياً لون الصورة تخليه بنفسجي

background: linear-gradient(to bottom, #3204fdba, #9907facc), url(./images/image-header-desktop.jpg)no-repeat top center;

وبس بالتوفيق لك اخوي

0

@omar-bakry

Posted

@MrSkran وعليكم السلام ورحمة الله وبركاته شكرا لك اخي فعلا ضبط, الله يحفظك

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord