Design comparison
Solution retrospective
When I inspect the component, using the inspect tool everything is fine on both 1440 and 375 widths. The same applies when I check with Live Server in VS code... I hope everyone who sees it gets the same results. If not, please let me know.
Regards!
Community feedback
- @Deevyn9Posted over 2 years ago
Hi, congrats on submitting your solution. The top of the first card isnβt appearing on the mobile view, give it a look.
Happy coding π
Marked as helpful0@PeteonthebeatPosted over 2 years agoHey, @Deevyn9 Thank you so much for letting me know. I updated the HTML and CSS files, giving the container a height of 80vh. I think now it works on point. But I'll be glad if you take another look! I also swapped the <strike> for <s> tags, since those are no longer a thin in HTML5.
Sincere! POTB
1@Deevyn9Posted over 2 years ago@Peteonthebeat i gave it another look, and it is perfect. Feels great that my comment was helpful to you.
Thank you ππΎ
Marked as helpful0@PeteonthebeatPosted over 2 years ago@Deevyn9 It was super helpful. The second opinion of someone with superior skills is always beneficial!
Sincere, POTB
1 - @correlucasPosted over 2 years ago
πΎHi again Peter, congratulations your solution!
I saw that you've used a value for the shadow thats making it too strong, the secret to create a smooth shadow is to work with
low opacity
and increase theblur
. Here's a good value for the shadow:box-shadow: 0rem 0.9375rem 1.875rem rgb(0 81 171 / 15%);
You can create the shadow using Figma for the design and then drop the code into the CSS, but you can also use an online tool to create the shadow design and just copy the shadow. Here's a good site to do that: https://www.cssmatic.com/box-shadow
Here's my solution for this challenge if you want to see how I build it:
https://www.frontendmentor.io/solutions/single-grid-component-vanilla-css-easter-egg-obsZK5BL2p
π I hope this helps you and happy coding!
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