Design comparison
Solution retrospective
I'm most proud of the way I wrote the HTML and CSS styles for this without any help.
What challenges did you encounter, and how did you overcome them?I was challenged about flexbox and display properties but I went back on my previous projects and re-learned it.
What specific areas of your project would you like help with?I need help with the border part of the project. As we can see I only came close. I also wanted to get feedback on how I did and what can I improve on.
Community feedback
- @MichaHuhnPosted 4 months ago
Good work!
I created the border/shadow with the help of this video: https://www.youtube.com/watch?v=GI8t1ubXoX0
box-shadow: 8px 8px black;
You may noticed that the corners of the image are a bit squashed. It can be fixed by applying the padding only to the
.container2
class and by removing the padding from the image.I hope that's a bit useful.
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