I'm having trouble figuring out how to align and organize my div content using Bootstrap. I'm a bit confused about how it all fits together
align-items- * text-* align-self- * justify-items- * justify-self- *
I'm attempting to structure my website in the following manner:
https://i.sstatic.net/8TLS2.png
However, I'm struggling to align the content so that it seamlessly aligns with the left or right edges, or so that the content is centered, whether it be an image, text, or another div. I'd prefer not to use padding or margins as I'm aiming for responsive design and those could cause other issues. Thank you for any assistance, much appreciated.