-
-
Save chestozo/1518436 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
body { | |
padding-top: 100px; | |
padding-left: 30px; | |
font: 12px arial; | |
} | |
div.ballon { | |
position: absolute; | |
display: inline-block; | |
border: 1px solid #EEE; | |
box-shadow: 1px 1px 1px 1px #F6F6F6, -1px -1px 1px 1px #F6F6F6; | |
border-radius: 2px; | |
} | |
div.arrow { | |
border: 7px solid #FFF; | |
border-left-color: transparent; | |
border-right-color: transparent; | |
border-top-width: 0; | |
margin-top: -7px; | |
margin-left: 8px; | |
width: 0; | |
height: 0; | |
} | |
div.arrow-shadow { | |
border: 8px solid #E6E6E6; | |
border-left-color: transparent; | |
border-right-color: transparent; | |
border-top-width: 0; | |
margin-top: -8px; | |
margin-left: 7px; | |
width: 0; | |
height: 0; | |
} | |
div.content { | |
width: 100px; | |
padding: 5px 7px; | |
} |
This file contains 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="ballon"> | |
<div class="arrow-shadow"></div> | |
<div class="arrow"></div> | |
<div class="content"> | |
Content is here | |
</div> | |
</div> |
This file contains 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
{"view":"split-vertical","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment