Design comparison
Solution retrospective
Hi everyone, this my solution for this challenge. Any comments on my solution are welcomed \ (•◡•) / Thank You!
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @osamasalm, Congratulations on completing this challenge!
The last two tips for you bro:
1.The box-shadow is a bit too strong, this is due the
opacity
andblur
. The secret to create a perfect and smooth shadow is to have low values foropacity
and increaseblur
try this value instead:box-shadow: 12px 7px 20px 6px rgb(57 75 84 / 8%);
. If you’re not familiar to box-shadow you can use this site to create the shadow design and then just drop the code into the CSS: https://html-css-js.com/css/generator/box-shadow/2.Improve the semantic replacing the
<div>
used for the four cards and use instead<article>
that is a better tag, remember that<div>
doesn’t have any effective meaning is just a block elements, so for big block of elements use semantic tags.This a good resource to understand more aboutsemantic tags
:https://www.w3schools.com/html/html5_semantic_elements.asp
](https://www.w3schools.com/html/html5_semantic_elements.asp)✌️ I hope this helps you and happy coding!
Marked as helpful0 - @Raja-JunaidPosted about 2 years ago
Hi, Osama! Congarlutaion on completing this challenge. I have some tips for you:
-
When designing your webpage, keep your work decent.
-
Use decent colors and keep your webpage neat and clean.
-
Use nice-looking Fonts.
-
Never forgot to place comments in your code
Keep Coding and Keep Practicing!
0 -
Please log in to post a comment
Log in with GitHubJoin 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