by bspong | Nov 21, 2012 | Typography
Miscellaneous Lightweight utility components Typographic components Hero unit A lightweight, flexible component to showcase key content on your site. It works well on marketing and content-heavy sites. Hello, world! This is a simple hero unit, a simple jumbotron-style...
by bspong | Nov 21, 2012 | Typography
Labels and badges Labels Labels Markup Default <span class=”label”>Default</span> Success <span class=”label label-success”>Success</span> Warning <span class=”label label-warning”>Warning</span>...
by bspong | Nov 21, 2012 | Typography
Thumbnails and Media Images Add classes to an <img> element to easily style images in any project. <img src=”…” class=”img-rounded”> <img src=”…” class=”img-circle”> <img...
by bspong | Nov 18, 2012 | Typography
Icons Font Awesome Font Awesome is a pictographic language of web-related actions which delivers 220 icons. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0 and you can find the full bs-examples of usage at Font Awesome –...
by bspong | Nov 18, 2012 | Typography
Notice & Error Error or danger Oh snap! Change a few things up and try submitting again. <div class=”alert alert-error”> … </div> Success Well done! You successfully read this important alert message. <div class=”alert...
by bspong | Nov 18, 2012 | Typography
Buttons Default buttons Button styles can be applied to anything with the .btn class applied. However, typically you’ll want to apply these to only <a> and <button> elements for the best rendering. Button class=”” Description Default btn...