Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Goes below <style type="text/css">
- /* --- UPDATES START ---*/
- #updates {
- background:#transparent;
- font-size:11px;
- color:#fff;
- text-align:left;
- height:18px;
- width:100px;
- padding:4px;
- top:20px;
- left:60px;
- z-index:10;
- position:fixed;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updates:hover {
- background:#transparent;
- height:200px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #updatestitle {
- font-size:20px;
- text-transform:uppercase;
- font-family: times;
- font-weight:bold;
- color:#fff;
- text-shadow:2px 2px 5px #632a20;
- transform: rotate(-9deg);
- -ms-transform: rotate(-9deg);
- -webkit-transform: rotate(-9deg);
- -o-transform: rotate(-9deg);
- -moz-transform: rotate(-9deg);
- }
- /* --- UPDATES END --- */
- Goes below <body>
- <!-- UPDATES START -->
- <div id="updates">
- <div id="updatestitle">hover</div>
- <div style="padding-top:10px;">
- <center>TEXT HERE</center>
- </div></div>
- <!-- UPDATES END -->
Advertisement
Add Comment
Please, Sign In to add comment