mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
typo
This commit is contained in:
parent
d2389ec7c4
commit
7a98af5ec8
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -34,7 +34,7 @@ base_url: "../"
|
||||||
<h3 id="overview-responsive-images">Responsive images</h3>
|
<h3 id="overview-responsive-images">Responsive images</h3>
|
||||||
<p>Images in Bootstrap 3 can be made responsive-friendly via the addition of the <code>.img-responsive</code> class. This applies <code>max-width: 100%;</code> and <code>height: auto;</code> to the image so that it scales nicely to the parent element.</p>
|
<p>Images in Bootstrap 3 can be made responsive-friendly via the addition of the <code>.img-responsive</code> class. This applies <code>max-width: 100%;</code> and <code>height: auto;</code> to the image so that it scales nicely to the parent element.</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<img src="..." class="img-responsive" alt="Reponsive image">
|
<img src="..." class="img-responsive" alt="Responsive image">
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<h3 id="overview-type-links">Typography and links</h3>
|
<h3 id="overview-type-links">Typography and links</h3>
|
||||||
|
|
Loading…
Reference in a new issue