Advertisement
painted_dreams87

Hidden Presents Coding

Nov 18th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <style>
  2. table, .sf {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("http://i.imgur.com/gTZc85z.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 650px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/UV3mBeM.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 190px;
  21. left: 25px;
  22. width: 750px;
  23. height: 270px;
  24. overflow: auto;
  25. }
  26. b {
  27. color: #a96d4a;
  28. font: 10pt tahoma;
  29. font-weight: bold;
  30. line-height: 14px;
  31. }
  32. i {
  33. color: #68221d;
  34. font: 10pt tahoma;
  35. font-style: italic;
  36. line-height: 14px;
  37. }
  38. a:link, a:visited, a:active {
  39. color: #406724;
  40. font: 10pt tahoma;
  41. text-decoration: none;
  42. }
  43. a:hover {
  44. color: #a96d4a;
  45. font: 10pt tahoma;
  46. text-decoration: none;
  47. }
  48. </style><br><br><br><div id="layout" style="position: relative;">
  49.  
  50.  
  51. <div id="main" style="position: absolute;">
  52.  
  53.  
  54. <p>
  55. text goes here <b>this is bold</b> <i>this is italic</i> <a href="/~slugclubministry">this is a link</a>
  56. </p>
  57.  
  58.  
  59. </div>
  60. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement