Created
July 12, 2012 17:53
-
-
Save innovationhero/3099647 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
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
* { box-sizing:border-box; } | |
body { background:url(http://subtlepatterns.com/patterns/little_pluses.png) #cacaca; margin:30px; | |
font:20px 'Gloria Hallelujah', cursive; } | |
textarea { | |
display: block; | |
padding:25px 25px 40px; | |
margin:0 auto 20px auto; | |
width:250px; | |
height:250px; | |
font:20px 'Gloria Hallelujah', cursive; | |
line-height:1.5; | |
border:0; | |
border-radius:3px; | |
background: -webkit-linear-gradient(#F9EFAF, #F7E98D); | |
background: -moz-linear-gradient(#F9EFAF, #F7E98D); | |
background: -o-linear-gradient(#F9EFAF, #F7E98D); | |
background: -ms-linear-gradient(#F9EFAF, #F7E98D); | |
background: linear-gradient(#F9EFAF, #F7E98D); | |
box-shadow:0 4px 6px rgba(0,0,0,0.1); | |
overflow:hidden; | |
transition:box-shadow 0.5s ease; | |
font-smoothing:subpixel-antialiased; | |
max-width:520px; | |
max-height:250px; | |
} | |
textarea:hover { box-shadow:0 5px 8px rgba(0,0,0,0.15); } | |
textarea:focus { /* box-shadow:0 5px 12px rgba(0,0,0,0.2); outline:none; */ | |
outline:none; | |
-webkit-box-shadow: 0 10px 16px -6px #777; | |
-moz-box-shadow: 0 10px 16px -6px #777; | |
box-shadow: 0 10px 16px -6px #777; | |
} |
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
<textarea>Enter your idea</textarea> | |
this is my name | |
<br> | |
Welcome, InnovationHero | |
<br> | |
Settings | |
<br> | |
Profile | |
Home | |
<div class="page-wrap"> | |
<nav> | |
<ul class="nav"> | |
<li><a href="javascript:void(0);" class="icon-home"></a></li> | |
<li><a href="javascript:void(0);" class="icon-cog"></a></li> | |
<li><a href="javascript:void(0);" class="icon-cw"></a></li> | |
<li><a href="javascript:void(0);" class="icon-location"></a></li> | |
</ul> | |
</nav> | |
</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","fontsize":"150","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment