@AlazarG19Submitted over 2 years ago
if you have any better recommendation on making it responsive i will gladly accept it
if you have any better recommendation on making it responsive i will gladly accept it
Hey Alazar!
Just completed this today too and woah, yours is near a perfect match, great job! 😄👍
Answering your question about responsiveness, I have some tips:
.container
and .image-container
.vw
. This would be how you size the main component itself.%
unit to scale it dynamically, splitting that 100% between elements, and ultimately totaling to 100%. If it is over 100%, your content will overflow. This would be your .container
and .image-container
.That should fix your pill component from splitting apart and be responsive to some extent. I'm currently studying more on media queries and responsiveness, so this is the best I've got right now.
Hope this helps you out! Have a great weekend Alazar.