Created
August 28, 2013 22:34
-
-
Save maxpelic/6372243 to your computer and use it in GitHub Desktop.
unknown robot
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
/** | |
* unknown robot | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald); | |
@import url(http://fonts.googleapis.com/css?family=Lobster); | |
@import url(http://fonts.googleapis.com/css?family=Ruslan+Display); | |
h1 { | |
text-align:center; | |
-webkit-transition:box-shadow 5s, text-shadow 2s; | |
font-family:Lobster, Oswald, Courier, sans; | |
font-size: 100px; | |
color: rgba(0,168,255,0.5); | |
color: #999; | |
text-shadow:-1px 5px 1px white; | |
transition:box-shadow:5s; | |
border-radius:10px; | |
background-color: #F9F8F9; | |
background-color: black; | |
box-shadow:0px 5px 8px gray; | |
} | |
h1:hover{ | |
text-shadow:1px -5px 1px white; | |
box-shadow:0px 0px 8px gray; | |
} | |
span{ | |
font-family: Ruslan Display; | |
font-size:2em; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<div id="page"> | |
<h1>Outalin Studio</h1> | |
</div> |
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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment