Advertisement
Guest User

Untitled

a guest
Mar 31st, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. background: #232729;
  4. }
  5. p {
  6. font-family: Fixed;
  7. font-size: 8pt;
  8. }
  9. .content {
  10. width: 410px;
  11. height: 170px;
  12. background-color: #33393B;
  13. color: #FFFFFF;
  14. position:absolute;
  15. left:0; right:0;
  16. top:0; bottom:0;
  17. margin:auto;
  18. max-width:100%;
  19. max-height:100%;
  20. overflow:auto;
  21. padding: 10px;
  22. }
  23. a:link {
  24. color: white;
  25. }
  26. a:visited {
  27. color: white;
  28. }
  29. a:hover {
  30. color: white;
  31. }
  32. a:active {
  33. color: white;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement