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
body { | |
background: #333; } | |
.note-box { | |
width: 190px; | |
margin: 200px auto; | |
padding: 5px; | |
border: 1px solid black; | |
position: relative; | |
-webkit-border-radius: 10px; |
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
body { | |
background: #333; } | |
.note-box { | |
width: 190px; | |
margin: 200px auto; | |
padding: 5px; | |
border: 1px solid black; | |
position: relative; | |
-webkit-border-radius: 10px; |
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
/* "The Cool tooltip" | |
Author: Web-gate -> Luky_Vj | |
*/ | |
body { | |
background-color: #ccc; | |
/*background-size*/ | |
-webkit-background-size: 1000px 1000px, 1000px 100px, 100px 100px, 100px 100px; | |
-moz-background-size: 1000px 1000px, 1000px 100px, 100px 100px, 100px 100px; |