Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <table class='parent'>
  2. <tr>
  3. <th>head</th>
  4. <th>head</th>
  5. <th>Description</th>
  6. <th>
  7. <table>
  8. <tr>
  9. <th>head</th>
  10. <th>head</th>
  11. <th>head</th>
  12. <th>head</th>
  13. </tr>
  14. </table>
  15. </th>
  16. </tr>
  17. <tr>
  18. <td>values</td>
  19. <td>values</td>
  20. <td>Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, Description goes here, </td>
  21. <td>
  22. <table class='inner'>
  23. <tbody>
  24. <tr>
  25. <td>H1 Val</td>
  26. <td>H2 Val</td>
  27. <td>H3 Val</td>
  28. <td>H4 Val</td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. </td>
  33. </tr>
  34. </table>
  35.  
  36. .parent{
  37. border:1px solid #000;
  38. border-collapse:collapse;
  39. }
  40. .parent td, .parent tr, .parent th{
  41. border:1px solid #000;
  42. }
  43.  
  44. .inner{
  45. height:100%;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement