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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.7); | |
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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
#notes li { | |
position: relative; | |
width: 300px; | |
min-height: 100px; | |
margin: 25px auto; | |
padding: 60px 15px 15px 15px; | |
-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5); | |
-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5); | |
box-shadow: 0 1px 2px #000; |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
textbox | |
{ | |
font:20px 'Gloria Hallelujah', cursive; | |
-moz-border-radius-bottomleft:5px; | |
-moz-border-radius-bottomright:5px; | |
-moz-border-radius-topleft:5px; |
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 | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} |
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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
box-shadow: 3px 3px 10px 5px #000; | |
body:before | |
{ | |
font:20px 'Gloria Hallelujah', cursive; |