“Przycisk Bootstrap HREF” Kod odpowiedzi

BOOTSTARP BTN KOLORY

<button type="button" class="btn btn-primary">Blue</button>
<button type="button" class="btn btn-secondary">Grey</button>
<button type="button" class="btn btn-success">Green</button>
<button type="button" class="btn btn-danger">Red</button>
<button type="button" class="btn btn-warning">Yellow</button>
<button type="button" class="btn btn-info">Ligth blue</button>
<button type="button" class="btn btn-light">White</button>
<button type="button" class="btn btn-dark">Black</button>

<button type="button" class="btn btn-link">White with blue text</button>
TheDevStar

Przycisk Bootstrap HREF

<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-disabled="true">Primary link</a>
<a href="#" class="btn btn-secondary btn-lg disabled" role="button" aria-disabled="true">Link</a>
Super Starling

Link przycisku bootstrap

<a href="#link" class="btn btn-info" role="button">Link Button</a>
OctoPussLicker

Odpowiedzi podobne do “Przycisk Bootstrap HREF”

Pytania podobne do “Przycisk Bootstrap HREF”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu