Advertisement
Alleyezonme

Untitled

Apr 16th, 2021
1,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DOCTYPE html>
  2. 1 <head>
  3. 2     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. 3     <title> </title>
  5. 4     <style>
  6. 5         body {
  7. 6             font-size: 14px;
  8. 7             font-family: 'Avenir Next','Helvetica Neue', Arial, Helvetica, sans-serif;
  9. 8             margin: 20px auto;
  10. 9             width: 1200px;
  11. 10         }
  12. 11
  13. 12         b {
  14. 13             font-weight: 600;
  15. 14         }
  16. 15
  17. 16         table {
  18. 17             width: 100%;
  19. 18             table-layout: fixed;
  20. 19         }
  21. 20
  22. 21         .ghost {
  23. 22             padding: 10px;
  24. 23             height: 150px;
  25. 24             width: 150px;
  26. 25             background-color: #FFFE00;
  27. 26             display: block;
  28. 27             margin: auto;
  29. 28             border-radius: 10px;
  30. 29         }
  31. 30
  32. 31         .leftpanel {
  33. 32             float: left;
  34. 33             width: 300px;
  35. 34             color: #6c6c6c;
  36. 35         }
  37. 36
  38. 37         .leftpanel a {
  39. 38             text-decoration: none;
  40. 39             color: #6c6c6c;
  41. 40         }
  42. 41
  43. 42         .leftpanel ul {
  44. 43             margin-left: 20px;
  45. 44             padding: 0;
  46. 45         }
  47. 46
  48. 47         .leftpanel li {
  49. 48             display: block;
  50. 49             padding: 11px 16px;
  51. 50         }
  52. 51
  53. 52         .leftpanel li:hover {
  54. 53             background-color: #f3f3f3;
  55. 54         }
  56. 55
  57. 56         .rightpanel th {
  58. 57             text-align : left
  59. 58         }
  60. 59
  61. 60         .rightpanel {
  62. 61             padding-left: 310px;
  63. 62             padding-top: 5px;
  64. 63         }
  65. 64
  66. 65         .rightpanel th, td {
  67. 66             padding: 15px;
  68. 67             font-weight: normal;
  69. 68         }
  70. 69
  71. 70         .bold-headers th {
  72. 71             font-weight: 600;
  73. 72         }
  74. 73
  75. 74     </style>
  76. 75 </head><html><body><div class=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement