Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #words h1 {font-weight:normal;font-family:georgia;}
- #words {/*all colors can be picked at colorpicker.com*/
- color:#999;/*text color*/
- z-index:9;/*dont touch*/
- position:fixed;/*dont touch*/
- background: #fff; /*background color*/
- font-family:georgia; /*font*/
- text-transform:none;
- font-size:9px; /*font size*/
- width:500px; /*width*/
- margin-top:-270px; /*distance from top before hover*/
- text-align:center; /*text alignment*/
- height:auto; /*dont touch*/
- font-style:normal;/*can also be italic*/
- margin-left:500px; /*distance from left*/
- padding:120px 10px 8px 10px;
- border-bottom: 1px solid #eee;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- @font-face { font-family: "meem"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
- #words:hover {
- margin-top:-180px; /*distance from top after hover*/
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
Advertisement
Add Comment
Please, Sign In to add comment