A Pen by Yannick Spreen on CodePen.
Created
September 5, 2019 14:58
-
-
Save yspreen/8979fbe5abe9b2e986e3f11bfaed374c to your computer and use it in GitHub Desktop.
qBWpbbr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
padding-top: 1em; | |
} | |
.ja, .nein { | |
color: white; | |
border-radius: .1em; | |
padding: .2em .4em; | |
margin-left: .5em; | |
} | |
.nein { | |
background-color: red; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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