I’m working on a <section>
that contains text and an image. I’ve applied a background to the section, but for some reason it doesn't affect the image. The image has a bootstrap class. Any idea what I might be doing wrong? Thanks in advance.
<section class="about">
<h2>Title Goes Here</h2>
<p>Lorem ipsum dolor sit amet</p>
<img src="https://media.licdn.com/dms/image/C5603AQH92_pzwQHHGA/profile-displayphoto-shrink_200_200/0?e=1529355600&v=beta&t=8VBme0P0e-CIprWjJzI15iFhkJsSl9SbfdKmzABs3Pc" class="rounded float-right">
</section>