mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Add new .rounded-pill
utility (#27339)
This commit is contained in:
committed by
XhmikosR
parent
5c03f23f85
commit
89eef046ef
@@ -61,6 +61,7 @@ Add classes to an element to easily round its corners.
|
||||
<img data-src="holder.js/75x75" class="rounded-bottom" alt="Example bottom rounded image">
|
||||
<img data-src="holder.js/75x75" class="rounded-left" alt="Example left rounded image">
|
||||
<img data-src="holder.js/75x75" class="rounded-circle" alt="Completely round image">
|
||||
<img data-src="holder.js/150x75" class="rounded-pill" alt="Rounded pill image">
|
||||
<img data-src="holder.js/75x75" class="rounded-0" alt="Example non-rounded image (overrides rounding applied elsewhere)">
|
||||
</div>
|
||||
|
||||
@@ -71,5 +72,6 @@ Add classes to an element to easily round its corners.
|
||||
<img src="..." alt="..." class="rounded-bottom">
|
||||
<img src="..." alt="..." class="rounded-left">
|
||||
<img src="..." alt="..." class="rounded-circle">
|
||||
<img src="..." alt="..." class="rounded-pill">
|
||||
<img src="..." alt="..." class="rounded-0">
|
||||
{% endhighlight %}
|
||||
|
Reference in New Issue
Block a user