33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<div class="container-fluid text-center bg-grey">
|
|
<h2>Lampen</h2>
|
|
<div class="row text-center">
|
|
<div class="col-sm-4 bg-grey">
|
|
<p>Regal</p>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-primary">An</button>
|
|
<button type="button" class="btn btn-primary">Aus</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<p>Monitor</p>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-primary">An</button>
|
|
<button type="button" class="btn btn-primary">Aus</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4 bg-grey">
|
|
<p>Fernseher</p>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-primary">An</button>
|
|
<button type="button" class="btn btn-primary">Aus</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<p>Bett</p>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-primary">An</button>
|
|
<button type="button" class="btn btn-primary">Aus</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |