@bkarabo754
Vishnu_31
@vishnu-31All comments
- @vishnu-31
Hello there. Congrats on completing the chalenge.
I have some suggestions to improve.
- you should create another
div
and have these 2 'div's inside it and givep-0
(no padding). - and also
m-0
*(no margin)*and remove other margin elements on these 2div
s -this will remove the space between thediv
s and show them always together at all the screen size.
Marked as helpful - you should create another
- @Rrashdi@vishnu-31
Hello there. Good job on completing the challenge. I have some suggestions to improve.
- you could add a pixel value for
width
attribute to the container class and right class - So that the image is always inside the container and
- the container doesn't resize to window size until the breakpoint is hit
Marked as helpful - you could add a pixel value for