Advertisement
Guest User

CSS

a guest
Nov 7th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. body {
  2. font-family: Tahoma, Verdana, Segoe, sans-serif;
  3. }
  4. #background {
  5. width: 100%;
  6. height: 100%;
  7. position: fixed;
  8. left: 0px;
  9. top: 0px;
  10. z-index: -1;
  11. }
  12. .stretch {
  13. width:100%;
  14. height:100%;
  15. }
  16. #DateAndBy {
  17. position: relative;
  18. bottom: 0px;
  19. top: -930px;
  20. font-size: 30px;
  21. margin-left: 10;
  22. margin-right: 10;
  23. text-indent: 5;
  24. }
  25. #NewsPosts{
  26. margin-left: auto;
  27. margin-right: auto;
  28. padding: 10px 15px;
  29. font-size: 20px;
  30. width: 45%;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement