Created
March 7, 2012 10:58
-
-
Save tiborsaas/1992504 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html{ | |
background: #f06; | |
background: linear-gradient(90deg, #ccc, #fff); | |
min-height:100%; | |
} | |
.tooltip{ | |
width: 400px; | |
left: 50px; | |
top: 100px; | |
position: absolute; | |
background: #fff; | |
border: 1px solid #999; | |
border-radius: 5px; | |
} | |
.tooltip p{ | |
font-family: Arial, Helvetica, Sans-serif; | |
margin: 10px; | |
font-size: 12px; | |
} | |
.tooltip p:before{ | |
content: ' '; | |
width: 10px; | |
height: 10px; | |
background: #fff; | |
position: absolute; | |
border-left: 1px solid #999; | |
border-top: 1px solid #999; | |
border-right: 1px solid #fff; | |
border-bottom: 1px solid #fff; | |
left: 20px; | |
top: -6px; | |
transform: rotate(45deg); | |
} | |
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="tooltip"> | |
<p>Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.</p> | |
</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","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment