2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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 %}