Guest User

Untitled

a guest
May 27th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .humanMsg {
  2. font: normal 13px Helvetica, Arial, Sans-Serif;
  3. letter-spacing: -1px;
  4. position: fixed;
  5. top: 15px;
  6. right: 10px;
  7. width: 250px;
  8. padding : 5px 0px 5px 0px;
  9. border : 1px solid #888888;
  10. color: white;
  11. background-color: black;
  12. text-align: center;
  13. display: none;
  14. opacity: 0;
  15. z-index: 100000;
  16. }
Add Comment
Please, Sign In to add comment