Last active
December 21, 2015 19:49
-
-
Save maxpelic/6357074 to your computer and use it in GitHub Desktop.
title
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
/** | |
* title | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
body{ | |
background-color:#d6d6d6; | |
} | |
#title{ | |
width:10px; | |
background-color:black; | |
transition: width 1s;; | |
font-family:Open Sans; | |
text-align:right; | |
white-space: nowrap; | |
overflow: hidden; | |
padding:30px; | |
color:white; | |
font-size:3em; | |
text-shadow: 0px 0px 0px white; | |
} | |
#title:hover{ | |
width:80%; | |
} |
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> --> | |
<h1 id="title">CSS:: all spread out for you</h1> |
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