Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. <style>
  2. th {
  3. background-color: black;
  4. color: white;
  5. }
  6. div {
  7. position:relative;
  8. width:100%;
  9. height: auto;
  10. }
  11. </style>
  12.  
  13. <div>
  14.  
  15. <table cellspacing="0" cellpadding="2" style="position:absolute; width:32%; border:1px solid black;">
  16. <tr>
  17. <th style="text-align:left">Crack the World</th>
  18. <th style="text-align:right">Daily</th>
  19. </tr>
  20. <tr>
  21. <td colspan="2"><i>The ground shudders and pulls apart to form a deep chasm into which your enemies fall.</i></td>
  22. </tr>
  23. <tr>
  24. <td colspan="2">Eve</td>
  25. </tr>
  26. <tr>
  27. <td colspan="2">John</td>
  28. </tr>
  29. </table>
  30.  
  31.  
  32. <table style="position:relative; width:32%; margin-left:33%; border:1px solid black;">
  33. <tr>
  34. <th style="text-align:left">Devastating Whirlwind</th>
  35. <th style="text-align:right">Daily</th>
  36. </tr>
  37. <tr>
  38. <td colspan="2"><i>A whirling column of wind rips across the landscape, hurling creatures into the air.</i></td>
  39. </tr>
  40. <tr>
  41. <td colspan="2">Eve</td>
  42. </tr>
  43. <tr>
  44. <td colspan="2">John</td>
  45. </tr>
  46. </table>
  47.  
  48.  
  49. <table style="position:relative; width:32%; margin-left:66%; border:1px solid black;">
  50. <tr>
  51. <th style="text-align:left">Flash Freeze</th>
  52. <th style="text-align:right">Daily</th>
  53. </tr>
  54. <tr>
  55. <td colspan="2"><i>An arcane wind blasts elemental cold at your foes and freezes them in their tracks.</i></td>
  56. </tr>
  57. <tr>
  58. <td colspan="2">Eve</td>
  59. </tr>
  60. <tr>
  61. <td colspan="2">John</td>
  62. </tr>
  63. </table>
  64. <br/></div>
  65.  
  66. <div>
  67. <table style="position:relative; width:32%; border:1px solid black;">
  68. <tr>
  69. <th style="text-align:left">Incendiary Cloud</th>
  70. <th style="text-align:right">Daily</th>
  71. </tr>
  72. <tr>
  73. <td colspan="2"><i>A fiery bead rapidly expands into a burning cloud that consumes everything it touches.</i></td>
  74. </tr>
  75. <tr>
  76. <td colspan="2">Eve</td>
  77. </tr>
  78. <tr>
  79. <td colspan="2">John</td>
  80. </tr>
  81. </table>
  82.  
  83.  
  84. <table style="position:relative; width:32%; margin-left:33%; border:1px solid black;">
  85. <tr>
  86. <th style="text-align:left">Bigby's Icy Grasp</th>
  87. <th style="text-align:right">Daily</th>
  88. </tr>
  89. <tr>
  90. <td colspan="2"><i>You conjure a giant floating hand made of chiseled ice that clutches a foe and freezes it.</i></td>
  91. </tr>
  92. <tr>
  93. <td colspan="2">Eve</td>
  94. </tr>
  95. <tr>
  96. <td colspan="2">John</td>
  97. </tr>
  98. </table>
  99.  
  100.  
  101. <table style="position:relative; width:32%; margin-left:66%; border:1px solid black;">
  102. <tr>
  103. <th style="text-align:left">Illusory Assailant</th>
  104. <th style="text-align:right">Encounter</th>
  105. </tr>
  106. <tr>
  107. <td colspan="2"><i>You produce a lifelike illusion of a warrior that attacks your enemies and aids your allies.</i></td>
  108. </tr>
  109. <tr>
  110. <td colspan="2">Eve</td>
  111. </tr>
  112. <tr>
  113. <td colspan="2">John</td>
  114. </tr>
  115. </table>
  116. <br/></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement