Design comparison
Solution retrospective
I[ve made all the corrections in this file. I hope its near perfect
Community feedback
- Account deleted
Hi there 👋 Congratulate on finishing your project 🎉. You did a great job 🔨
I give some suggestions that I hope help you take your project to the next level 📈. I think you should increase box shodow to
box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
Happy coding ☕
0@JoshuaBlick94Posted almost 3 years ago@maqsudtolipov Hello would you please help me understand more about the box sizing figures
1Account deleted@JoshuaBlick94 content-box: The width & height of the element only include the content. In other words, the border, padding, and margin aren't part of the width or height. This is the default value. border-box: The padding and border are included in the width and height. You can learn more about here
0@JoshuaBlick94Posted almost 3 years ago@maqsudtolipov sorry I meant to say box shadow. Specifically, what do these values represent box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
Thank you
0Account deleted@JoshuaBlick94 oh ok, on line 23 of your CSS code replace my code with yours 😉👍, there is a box shadow
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