Hello everyone, completed my first challenge here. Only issue I faced was related to flex-box. Whenever you hover on the buttons, you can see the little margin increase at the bottom. Apart from that, all things work. Let me know if I could've done something better or different.
Paul James Azanes
@pjazanesAll comments
- @parthiviRSubmitted over 3 years ago@pjazanesPosted over 3 years ago
Hi, Parthivi, you can use box shadow inset to avoid the unwanted margin that the border gives.
box-shadow: 0 0 0 2px white inset;
0 - @EvannySubmitted over 3 years ago
Hello, if you can help me reviewing please, it is displayed well and I reached the solution but I see an overflow in the width of the body, thanks for any helpful comment
@pjazanesPosted over 3 years agoIf you mean the overflow around width 376px - 719px, then I had the same problem as well, I used flex only on mine and what I did was instead of changing the flex-direction from column to row at 375px (which is so early imo and makes the cards overflow), I kept it column until 720px.
1