Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #text04 , #text06 , #text03 { /*info text with white bg*/
- background: #FFFFFFB0;
- border-radius: 8px;
- overflow: scroll;
- transition: 1s;
- height:65px;
- padding:4px;
- }
- #text04:hover {
- transform:scale(1.3);
- width:100%;
- overflow:auto;
- position:relative;
- transition:1s;
- z-index:99;
- border: 1px dotted #dba276;
- }
- #text06:hover {
- transform:scale(1.3);
- width:100%;
- overflow:auto;
- position:relative;
- transition:1s;
- z-index:99;
- border: 1px dotted #dba276;
- }
- #text03:hover {
- transform:scale(1.3);
- width:100%;
- overflow:auto;
- position:relative;
- transition:1s;
- z-index:99;
- border: 1px dotted #dba276;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement