Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created April 24, 2020 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/82312546411a291974b7b65e6df1daf7 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/82312546411a291974b7b65e6df1daf7 to your computer and use it in GitHub Desktop.
<div class="container row">
<div class="col-sm-12 col-md-12 col-lg-6">
<h3>Spalte 1</h3>
<p>Hier steht der wesentliche Text der Webseite. Diesen erstellen wir jedoch erst später.</p>
<p>Der Text kann mehrere Absätze enthalten</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-3">
<h3>Spalte 2</h3>
<p>Auch hier steht ein Text. Später fügen wir noch ein Bild hinzu.</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-3">
<h3>Spalte 3</h3>
<p>In diesem Abschnitt soll später auf den Text ein Button mit einem Link folgen.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment