How do I make an image stick to right side of a div using flex box in a responsive design?
I have a div with a description and image element. I am using flex row property to align them side to side, I need the image to stick to the right side of the container always. How do I do that?