Skip to content

Instantly share code, notes, and snippets.

@maxpelic
Created August 28, 2013 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxpelic/6372243 to your computer and use it in GitHub Desktop.
Save maxpelic/6372243 to your computer and use it in GitHub Desktop.
unknown robot
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
<div id="page">
<h1>Outalin Studio</h1>
</div>
// alert('Hello world!');
{"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