diff --git a/css.html b/css.html index d30ee91b63..870be8bd8c 100644 --- a/css.html +++ b/css.html @@ -34,7 +34,7 @@ base_url: "../"

Responsive images

Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive class. This applies max-width: 100%; and height: auto; to the image so that it scales nicely to the parent element.

{% highlight html %} -Reponsive image +Responsive image {% endhighlight %}