Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3. <!--
  4. body
  5. {
  6. background: #000000;
  7. font-family: "Trebuchet MS", Verdana, Arial, serif;
  8. }
  9.  
  10. img#tehJoed
  11. {
  12. max-height: 40%;
  13.  
  14. max-width: 60%;
  15. }
  16. img#JudaNet
  17. {
  18. max-height: 40%;
  19.  
  20. max-width: 60%;
  21.  
  22. }
  23.  
  24. -->
  25. body
  26. {
  27. background: #000000;
  28. font-family: "Trebuchet MS", Verdana, Arial, serif;
  29. }
  30. {
  31. text-align:center;
  32. }
  33. #mainContainer {
  34. margin:0 auto;
  35. }
  36. div.block {
  37. display: block;
  38. padding: 5px;
  39. margin-top: 20px;
  40. margin-right: 0px;
  41. margin-bottom: 0px;
  42. margin-left: 0px;
  43. }
  44. div.block h1 {
  45. font-size: 2em;
  46. font-weight: normal;
  47. display: block;
  48. border-bottom-width: 1px;
  49. border-bottom-style: solid;
  50. border-bottom-color: black;
  51. margin: 0px;
  52. }
  53. div.block p {
  54. display: block;
  55. background-color: white;
  56. padding: 10px;
  57. border: 1px solid #EBEBEB;
  58. margin-top: 10px;
  59. margin-right: 5px;
  60. margin-bottom: 5px;
  61. margin-left: 5px;
  62. text-align: justify;
  63. text-indent: 20px;
  64. }
  65.  
  66. </style>
Add Comment
Please, Sign In to add comment