Bootstrap beginner question
Trying some things out while using a starting bootstrap template.
Deleted sidebar, made main copy go across page, articles in footer found a way to get three across instead of two, but now i have placed an image into that article, and that image won't resize along with the rest of the text / article box.
Tried calling it something, giving rules - max width 100% or max width same as the article - but nothing, it just stays the same size.
What am i missing?
<article>
<h3>Footer1</h3>
<img src="file:///Macintosh HD/Users/Design1/Desktop/imagecustom01.jpg" alt=""/>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</article>
footer article {
/* Footer articles */
width: 29.3%;
float: left;
padding-left: 2%;
padding-right: 2%;
text-align: justify;
font-family: source-sans-pro, sans-serif;
font-style: normal;
font-weight: 200;
color: rgba(146,146,146,1.00);
}
