Advertisement
Guest User

Untitled

a guest
Mar 25th, 2011
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .head {
  2. font-family:courier-new,monospace;
  3. font-size:200%;
  4. }
  5. .head > a {
  6. text-decoration: none;
  7. }
  8. div.left {
  9. top:35%;
  10. position:absolute;
  11. display:block;
  12. margin-right:50px;
  13. }
  14. #centre {
  15. top:38%;
  16. left:35%;
  17. position:absolute;
  18. display:block;
  19. font-family:courier-new,monospace;
  20. font-size:80%;
  21. }
  22. div.snap {
  23. font-family:courier-new,monospace;
  24. font-size:80%;
  25. padding-top:5px;
  26. width:184px;
  27. left:2%;
  28. position:absolute;
  29. display:block;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement