mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Border utilities (#21213)
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
This commit is contained in:
@@ -6,6 +6,20 @@ group: utilities
|
||||
|
||||
Use border utilities to quickly style the `border` and `border-radius` of an element. Great for images, buttons, or any other element.
|
||||
|
||||
## Border
|
||||
|
||||
Add classes to an element to remove all borders or some borders.
|
||||
|
||||
<div class="bd-example-border-utils">
|
||||
{% example html %}
|
||||
<span class="border-0"></span>
|
||||
<span class="border-top-0"></span>
|
||||
<span class="border-right-0"></span>
|
||||
<span class="border-bottom-0"></span>
|
||||
<span class="border-left-0"></span>
|
||||
{% endexample %}
|
||||
</div>
|
||||
|
||||
## Border-radius
|
||||
|
||||
Add classes to an element to easily round its corners.
|
||||
|
||||
Reference in New Issue
Block a user