onediewreckshun

Updates Bar CSS | kimsjongin.tumblr.com

Jun 22nd, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. #words h1 {/*tutorial by bangjensen*/
  2.     font-family:georgia;
  3.     text-transform:uppercase;
  4.     font-weight:normal;
  5.     font-size:15px;
  6. }
  7.  
  8. #words {
  9.     color:#777;
  10.     z-index:9;
  11.     position:fixed;
  12.     background: #fff;
  13.     font-family:georgia;
  14.     text-transform:none;
  15.     font-size:9px;
  16.     width:500px;
  17.     margin:-300px 0px 40px -10px;
  18.     text-align:center;
  19.     height:auto;
  20.     font-style:normal;
  21.     font-size:9px;
  22.     padding:120px 10px 8px 10px;
  23.     border-bottom: 1px solid #eee;
  24.     -webkit-transition: all 0.7s ease;
  25.     -moz-transition: all 0.7s ease;
  26.     -o-transition: all 0.7s ease;
  27. }
  28.    
  29. #words:hover {
  30.     margin-top:-180px;
  31.     -webkit-transition: all 0.7s ease;
  32.     -moz-transition: all 0.7s ease;
  33.     -o-transition: all 0.7s ease;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment