Advertisement
painted_dreams87

Pem Coding

May 17th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <style>
  2. table {
  3. display: none;
  4. }
  5. .page table {
  6. display: table;
  7. }
  8. body {
  9. background-image: url("http://i.imgur.com/v6iCQUy.png");
  10. }
  11. #layout {
  12. width: 800px;
  13. height: 600px;
  14. margin: 0 auto;
  15. background-image: url("http://i.imgur.com/NsQocAh.png");
  16. }
  17. #main {
  18. font: 10pt tahoma;
  19. color: #000000;
  20. top: 190px;
  21. left: 130px;
  22. width: 545px;
  23. height: 360px;
  24. overflow: hidden;
  25. }
  26. .page {
  27. height: 360px;
  28. overflow: auto;
  29. }
  30. .table {
  31. display: inline;
  32. text-align: left;
  33. }
  34. td {
  35. padding: 10px;
  36. }
  37. b {
  38. color: #87a789;
  39. font: 10pt tahoma;
  40. font-weight: bold;
  41. line-height: 14px;
  42. }
  43. i {
  44. color: #606060;
  45. font: 10pt tahoma;
  46. font-style: italic;
  47. line-height: 14px;
  48. }
  49. a:link, a:visited, a:active {
  50. color: #829db4;
  51. font: 10pt tahoma;
  52. text-decoration: none;
  53. }
  54. a:hover {
  55. color: #606060;
  56. font: 10pt tahoma;
  57. text-decoration: none;
  58. }
  59. </style><br><br><br><div id="layout" style="position: relative;">
  60.  
  61.  
  62.  
  63. <div id="main" style="position: absolute;">
  64. <a name="home"></a>
  65. <div class="page">
  66. <b>This is bold.</b> <i>This is italics.</i> <a href="/~ezulla">This is a link</a>
  67. </div>
  68. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement