Design comparison
SolutionDesign
Solution retrospective
Is it good to write my code like that? Can you give me a better suggestion?
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Nguyễn Tăng, congratulations for your solution!
Your solution is working really fine, in general you did pretty much everything, you've missed that
border-radius: 10px
to the image.About your code you can clean it a bit, note that there's no need to use so much divs, you can build this with this structure if you want to clean everything, see below:
<body> <main> <img> <h1></h1> <p></p> </main> </body>
Hope it helps and happy coding!
Marked as helpful0
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