Design comparison
Solution retrospective
I am Open for feedback's π
Community feedback
- @erickaruguPosted almost 3 years ago
Hi Naveenπ,
Good job! I love your solution. It looks great.
Happy coding π»!
Marked as helpful1 - @nonso01Posted almost 3 years ago
f**ππ! I had to check your code this challenge has been given me some headache! am gonna check again! nice work dudeπΈπ₯
1 - @bramuccciPosted almost 3 years ago
Hi Naveen! Awesome solution, I love it. I just had a question, why do you choose using
::after
instead ofbrackground-image
? Is it more easy that way or have something to do with accessibility?1@NaveenGumastePosted almost 3 years ago@bramuccci It was just trial and error thing π *i saw it somewhere and tried it worked π
1 - @Kamasah-DicksonPosted almost 3 years ago
I think your design looks good on desktop but not responsive on mobile
0@NaveenGumastePosted almost 3 years ago@Kamasah-Dickson I have make media query for 375px
0@Kamasah-DicksonPosted almost 3 years ago@Crazimonk okay but your footer is overflowing the card...am viewing your solution on a mobile
Try removing the position property on the footer But But maintain the footer being at the center and add margin-bottom maybe 1em on the card in mobile view
Let's see the result
Marked as helpful0@NaveenGumastePosted almost 3 years ago@Kamasah-Dickson sure i will fix it later thank you π
0 - Account deleted
Hi there π
You did a great job π. I think it would be great to add some box-shadow to both cards.
About your code, I teach a nice tip to center div with clean code. π
Replace this your code with my code inside the body selector
display: flex; flex-direction: column; align-items: center; justify-content: center;
My code - don't worry I have tested and it didn't break your design π
display: grid; place-items: center;
Happy coding β
0@NaveenGumastePosted almost 3 years ago@maqsudtolipov
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
I removed these four and added
display: grid;
place-items: center;
your code!and it didn't work
0Account deleted@Crazimonk Are you using chrome, it's working still, maybe because of a different browser. Otherwise, you can use your old code π
0@NaveenGumastePosted almost 3 years ago@maqsudtolipov sure i will take a look
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