onediewreckshun

words

Jul 14th, 2013
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. #words h1 {font-weight:normal;font-family:georgia;}
  2.  
  3. #words {/*all colors can be picked at colorpicker.com*/
  4. color:#999;/*text color*/
  5. z-index:9;/*dont touch*/
  6. position:fixed;/*dont touch*/
  7. background: #fff; /*background color*/
  8. font-family:georgia; /*font*/
  9. text-transform:none;
  10. font-size:9px; /*font size*/
  11. width:500px; /*width*/
  12. margin-top:-270px; /*distance from top before hover*/
  13. text-align:center; /*text alignment*/
  14. height:auto; /*dont touch*/
  15. font-style:normal;/*can also be italic*/
  16. margin-left:500px; /*distance from left*/
  17. padding:120px 10px 8px 10px;
  18. border-bottom: 1px solid #eee;
  19. -webkit-transition: all 0.7s ease;
  20. -moz-transition: all 0.7s ease;
  21. -o-transition: all 0.7s ease;
  22. }
  23.  
  24. @font-face { font-family: "meem"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  25.  
  26. #words:hover {
  27. margin-top:-180px; /*distance from top after hover*/
  28. -webkit-transition: all 0.7s ease;
  29. -moz-transition: all 0.7s ease;
  30. -o-transition: all 0.7s ease;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment