0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

image-replacement.md: use three dots.

This commit is contained in:
XhmikosR 2019-01-28 23:17:14 +02:00
parent be5d3de1d6
commit a60c595dc1

View File

@ -33,5 +33,5 @@ Use the `.text-hide` class to maintain the accessibility and SEO benefits of hea
</div>
{% highlight html %}
<h1 class="text-hide" style="background-image: url('..');">Bootstrap</h1>
<h1 class="text-hide" style="background-image: url('...');">Bootstrap</h1>
{% endhighlight %}