Bootstrap: Unterschied zwischen den Versionen
Aus Wikizone
(→lead) |
|||
| Zeile 7: | Zeile 7: | ||
== Bootstrap - wichtige Klassen == | == Bootstrap - wichtige Klassen == | ||
| + | === container === | ||
| + | <pre><div class="container"></div></pre> | ||
| + | |||
=== lead === | === lead === | ||
| − | <pre>< | + | <pre><p class="lead">Mein Lead Text</p></pre> |
== Bootstrap - Formulare == | == Bootstrap - Formulare == | ||
Version vom 26. April 2015, 17:56 Uhr
"Popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web"
Bootstrap Grid
Bootstrap - wichtige Klassen
container
<div class="container"></div>
lead
<p class="lead">Mein Lead Text</p>