Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .topbutton {
  2. width:100px;
  3. border:2px solid #ccc;
  4. background:#f7f7f7;
  5. text-align:center;
  6. padding:10px;
  7. position:fixed;
  8. bottom:50px;
  9. right:50px;
  10. cursor:pointer;
  11. color:#333;
  12. font-family:verdana;
  13. font-size:12px;
  14. border-radius: 5px;
  15. -moz-border-radius: 5px;
  16. -webkit-border-radius: 5px;
  17. -khtml-border-radius: 5px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement