Skip to content

Instantly share code, notes, and snippets.

@yspreen
Created September 5, 2019 14:58
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 yspreen/8979fbe5abe9b2e986e3f11bfaed374c to your computer and use it in GitHub Desktop.
Save yspreen/8979fbe5abe9b2e986e3f11bfaed374c to your computer and use it in GitHub Desktop.
qBWpbbr
<div class="container">
<span class="lead">Wohnung zur Zwischenmiete:</span>
<span class="lead bg-success ja">Noch Da!</span><br><br>
<p class="lead">
Bitte melden unter <a href="tel:+49123456789">+49 123 456789</a>
</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"></script>
.container {
padding-top: 1em;
}
.ja, .nein {
color: white;
border-radius: .1em;
padding: .2em .4em;
margin-left: .5em;
}
.nein {
background-color: red;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment