Design comparison
Solution retrospective
Give me your feedback please
Community feedback
- @kevintataPosted about 2 years ago
Hey man, Congrats on the solution!
I'd recommend checking out flexbox, it'll make this project much easier, put both cards into one container (div) Then set the div to
div { display:flex; justify-content: center; align-items: center; flex-direction:row; }
and boom perfectly aligned!
Marked as helpful1 - Account deleted
Hello @Gehadmo2,
I have some tips to improve your solution:
- Remove the pink background color and add the cream color to body
- Be sure to reference your
style-guide.md
file, colors and fonts are given to you - Images must have alternative text applied to them
- Every document must have one main landmark instead of using a
<div
use a<main>
- More info about HTML5 Elements
- Here is my solution
I hope these tips help you and good luck
Marked as helpful0 - @correlucasPosted about 2 years ago
This comment was deleted about 2 years ago
0@correlucasPosted about 2 years ago@Gehadmo2 @Gehadmo2 Its true, I was trying to help you, but seems that you don't need it. Keep it up and keep posting amazing content. I'll make sure to never comment again any of your solutions to don't bother you again my friend.
Have a nice day Gehad =)
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