0
Ich verstehe, wie wir das im Bootstrap tun, aber ich frage mich, wie wir das Folgende in MDL tun.MDL und Inhaltsspalten
Bootstrap-Code:
<div class="container">
<div class="row">
<div class="col-sm-4">
One of three columns
</div>
<div class="col-sm-4">
One of three columns
</div>
<div class="col-sm-4">
One of three columns
</div>
</div>
</div>
Ich frage mich, ob jemand ein MDL Beispiel zeigen könnte, bitte, die hilfreich sein würde.