Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #words h1 {/*tutorial by bangjensen*/
- font-family:georgia;
- text-transform:uppercase;
- font-weight:normal;
- font-size:15px;
- }
- #words {
- color:#777;
- z-index:9;
- position:fixed;
- background: #fff;
- font-family:georgia;
- text-transform:none;
- font-size:9px;
- width:500px;
- margin:-300px 0px 40px -10px;
- text-align:center;
- height:auto;
- font-style:normal;
- font-size:9px;
- 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;
- }
- #words:hover {
- margin-top:-180px;
- -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