Design comparison
SolutionDesign
Solution retrospective
Please kindly give me your feedback
Community feedback
- @afrusselPosted over 3 years ago
Your background image is missing. For that use below code in body. Also use online box shadow generator for css box-shadow
body{ background-color: var(--pale-blue); background-image: url("images/pattern-background-desktop.svg"); background-repeat: no-repeat; background-size: 100% 50%; display: -ms-grid; display: grid; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; }
3 - @AzizkhujaPosted over 3 years ago
Thank you so much Ahmed for your suggestion and feedback 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