Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
Hello Divine, congratulations for your solution!
Your solution is really good, I mean, divine! You can improve it a bit giving a
box-shadow
smoother giving less opacity to the shadow and break the paragraph, your paragraph is a single line but the reference is not, you can have the same layout giving this paragraph amax-width
.You can to this to have the paragraph block and centered:
p { max-width: 540px; margin: 0 auto; }
Hope it helps and happy coding!
Marked as helpful1
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