So basically there are multiple ways to do it . you can give justify-content: between to the linkedin-content class. This should please the picture at the start and text at the end of the flex. Hence aligning the image to left. Or you can give position: absolute to image and position: relative to its parent div. And than add left: 0px to the image. This will place image to the left most part of its parent div. Let me know if you need any further assistance.