Advertisement
summercascade

#box

Mar 27th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <style>
  2. --------------PUT ONLINE COUNTER BELOW---------------
  3. </style>
  4.  
  5. <div id="box">
  6. PUT ONLINE COUNTER HERE OR W/E YOU WANT!!!!
  7. </style></span>
  8. </td>
  9. </tr>
  10. <tr>
  11.  
  12.  
  13.  
  14. <style>
  15. #box{
  16. position:fixed;
  17. width: 80px; /* width of the box */
  18. height:auto;
  19. top: 30px; /* move up or down - change to bottom if you don't want it at the top */
  20. right: 30px; /* move lest or right - change to left if you don't want it on the right */
  21. font-family: Trebuchet MS
  22. ; /* font of the text */
  23. font-size: 9px; /* size of the text */
  24. letter-spacing: 0px; /* spacing between letters */
  25. text-transform: uppercase; /* normal, uppercase or lowercase */
  26. border-radius: 0px; /* roundness of the box */
  27. border: 1px solid #ddd; /* border of the box */
  28. padding:3px;
  29. line-height:100%;
  30. background:white; /* background color of box */
  31. color: #555; /* text color */
  32. text-align: center; /* center, left, or right */
  33. }
  34. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement