Design comparison
Solution retrospective
Hii!
I would really appreciate if somebody looked at this one for me!
I used the BEM naming convention and I paid attention to make the code readable and clean. I also ordered declarations by type(position, display, colors, font, miscellaneousβ¦).
This one was trickier for me than I expected. The background image was a problem for me but I managed to complete it on my third try.
I tried hard to get it to the original design but I still didnt manage to place the social links where I wanted. But I think its still pretty close to the original one.
I went with a mobile first approach as always and on mobile I think I got it very close to the original.
On a previous challenge somebody pointed out that I dont use box shadow and hover effects enough so I added some on this one(just something simple). I need to learn animations more and I apply them to these designs more.
On the design comparison it shows it a little different than it is when you preview the site :/.
Sorry for the long text on such a simple challenge.
All feedback is appreciated as always. Thanks in advance!!!
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hello, ToNisamBioJa! π
Good job on this challenge! π It's great to hear that you learned a lot and your solution looks nice and responds well! π
One small thing I'd like to suggest is to add
background-size: cover
to thebody
so that they background image fills up the entire area of the screen in the desktop layout. πAlso, it might be worth using padding rather than margin to add space around the content of the page and the sides of the screen because the
body
of your page seems a little misplaced in the dev tools because of margin collapsing. It's not a huge deal, but it's useful to be aware of when layout things out in CSS. Learn more about margin collapsing in this great article.Hope that helps a little. π
Keep coding (and happy coding, too)! π
Marked as helpful1@ToNisamBioJaPosted over 3 years ago@ApplePieGiraffe Thank you for the advice and nice words!
1 - @dvion0o0Posted over 3 years ago
it is completely responsive you have done a great work here π
Marked as helpful1 - @NebiyouErsaboPosted over 3 years ago
Great job here! Just add
cursor:pointer
on the social icons and you're good to go.I think you nailed this one! π
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