“Bootstrap-Abzeichenschaltfläche” Code-Antworten

Bootstrap -Pillenausweise

Use the .badge-pill modifier class to make badges more rounded 
(with a larger border-radius and additional horizontal padding). 
Useful if you miss the badges from v3.

<span class="badge badge-pill badge-primary">Primary</span>
<span class="badge badge-pill badge-secondary">Secondary</span>
<span class="badge badge-pill badge-success">Success</span>
<span class="badge badge-pill badge-danger">Danger</span>
<span class="badge badge-pill badge-warning">Warning</span>
<span class="badge badge-pill badge-info">Info</span>
<span class="badge badge-pill badge-light">Light</span>
<span class="badge badge-pill badge-dark">Dark</span>
Dev

Bootstrap -Abzeichen Links

Using the contextual .badge-* classes on an <a> element quickly provide 
actionable badges with hover and focus states.

<a href="#" class="badge badge-primary">Primary</a>
<a href="#" class="badge badge-secondary">Secondary</a>
<a href="#" class="badge badge-success">Success</a>
<a href="#" class="badge badge-danger">Danger</a>
<a href="#" class="badge badge-warning">Warning</a>
<a href="#" class="badge badge-info">Info</a>
<a href="#" class="badge badge-light">Light</a>
<a href="#" class="badge badge-dark">Dark</a>
Dev

Bootstrap-Abzeichenschaltfläche

<a href="#" class="badge badge-primary">Primary</a>
Grumpy Gharial

Ähnliche Antworten wie “Bootstrap-Abzeichenschaltfläche”

Fragen ähnlich wie “Bootstrap-Abzeichenschaltfläche”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen