Test2: Difference between revisions
From Now That's What I Call Music Wiki
(Created page with "<div class="alert alert-primary" role="alert"> A simple primary alert—check it out! </div> <div class="alert alert-secondary" role="alert"> A simple secondary alert—check it out! </div> <div class="alert alert-success" role="alert"> A simple success alert—check it out! </div> <div class="alert alert-danger" role="alert"> A simple danger alert—check it out! </div> <div class="alert alert-warning" role="alert"> A simple warning alert—check it out! </div> <div cla...") |
No edit summary |
||
Line 1: | Line 1: | ||
< | <button type="button" class="btn btn-primary">Primary</button> | ||
<button type="button" class="btn btn-secondary">Secondary</button> | |||
</ | <button type="button" class="btn btn-success">Success</button> | ||
< | <button type="button" class="btn btn-danger">Danger</button> | ||
<button type="button" class="btn btn-warning">Warning</button> | |||
</ | <button type="button" class="btn btn-info">Info</button> | ||
< | <button type="button" class="btn btn-light">Light</button> | ||
<button type="button" class="btn btn-dark">Dark</button> | |||
</ | |||
< | <button type="button" class="btn btn-link">Link</button> | ||
</ | |||
< | |||
</ | |||
< | |||
</ | |||
< | |||
</ | |||
< | |||
</ |
Revision as of 16:10, 1 November 2024
<button type="button" class="btn btn-primary">Primary</button> <button type="button" class="btn btn-secondary">Secondary</button> <button type="button" class="btn btn-success">Success</button> <button type="button" class="btn btn-danger">Danger</button> <button type="button" class="btn btn-warning">Warning</button> <button type="button" class="btn btn-info">Info</button> <button type="button" class="btn btn-light">Light</button> <button type="button" class="btn btn-dark">Dark</button>
<button type="button" class="btn btn-link">Link</button>