
Design comparison
Solution retrospective
proud of using css flexbox to tackle some layouts
What challenges did you encounter, and how did you overcome them?I encountered some difficulties in handling the svg image and the box-shadow css property, but overcame them by using google and chatgpt
What specific areas of your project would you like help with?no comment
Community feedback
- @RedenedPosted 12 months ago
<svg xmlns="http://www.w3.org/2000/svg" width="336" height="201" fill="none" viewBox="0 0 336 201">
The width and height attribute on the main SVG was making the padding look strange.
Removing them alltogether fixes the issue.
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 336 201">
Should look like this.
Cheers.
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