Bootstrap: Unterschied zwischen den Versionen
Aus Wikizone
(Die Seite wurde neu angelegt: „"Popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web" == Bootstrap Grid == == Bootstrap - wichtige Klassen == ==…“) |
|||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
== Bootstrap - wichtige Klassen == | == Bootstrap - wichtige Klassen == | ||
| + | === container === | ||
| + | <pre><div class="container"></div></pre> | ||
| − | == Bootstrap - Formulare | + | === lead === |
| + | <pre><p class="lead">Mein Lead Text</p></pre> | ||
| + | |||
| + | == Bootstrap - Formulare == | ||
| + | |||
| + | == Bootstrap - Tabs and Pills == | ||
| + | [[Bootstrap - Tabs and Pills]] | ||
Aktuelle Version vom 5. August 2015, 07:20 Uhr
"Popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web"
Bootstrap Grid[Bearbeiten]
Bootstrap - wichtige Klassen[Bearbeiten]
container[Bearbeiten]
<div class="container"></div>
lead[Bearbeiten]
<p class="lead">Mein Lead Text</p>