Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:bootstrap [2015/10/05 14:47] alphabernd |
wiki:bootstrap [2020/11/08 04:02] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bootstrap Syntax ====== | ====== Bootstrap Syntax ====== | ||
- | ===== Lead ===== | + | [[http://lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper/lead|Look here]] |
- | <file><lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</lead></file> | + | |
- | <lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</lead> | + | |
- | + | ||
- | ===== Text ===== | + | |
- | <callout type="info"> | + | |
- | === Info === | + | |
- | This tag have two version (lowercase and uppercase). | + | |
- | * The lowercase version <text> create a inline element (<span>). | + | |
- | * The uppercase version <TEXT> create a block element (<div>). | + | |
- | + | ||
- | </callout> | + | |
- | + | ||
- | <file> | + | |
- | <TEXT align="left">Left aligned text.</TEXT> | + | |
- | <TEXT align="center">Center aligned text.</TEXT> | + | |
- | <TEXT align="right">Right aligned text.</TEXT> | + | |
- | <TEXT align="justify">Justified text.</TEXT> | + | |
- | <TEXT align="nowrap">No wrap text.</TEXT> | + | |
- | </file> | + |