Guest User

Untitled

a guest
Dec 10th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <div class="cell-main">
  2. <div class="cell-left">
  3. testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttestte
  4. </div>
  5. <div class="cell-right">
  6. test
  7. </div>
  8. <div class="cell-bottom">
  9. <div class="cell-left">
  10. test
  11. </div>
  12. <div class="cell-right">
  13. test
  14. </div>
  15. <div class="cell-bottom">
  16.  
  17. <div class="cell-left">
  18. test
  19. </div>
  20. <div class="cell-right">
  21. test
  22. </div>
  23.  
  24. </div>
  25. </div>
  26. </div>
  27.  
  28. *{
  29. box-sizing: border-box;
  30. }
  31. div{
  32. border: 1px solid black;
  33. }
  34.  
  35. .cell-left {
  36. height: 100%;
  37. padding: 5px;
  38. width: 50%;
  39. float: left;
  40. text-align:left
  41. }
  42.  
  43. .cell-right {
  44. height: 100%;
  45. padding: 5px;
  46. width: 50%;
  47.  
  48. float: left;
  49. text-align:right
  50. }
  51.  
  52. .cell-bottom {
  53. height: 100%;
  54. padding: 5px;
  55. width: 94%;
  56. margin-left: 3%;
  57. float: left;
  58. }
  59.  
  60. .cell-main {
  61. height: 100%;
  62. padding: 5px;
  63. width: 100%;
  64. float:left;
  65. }
  66.  
  67. /* Keyword values */
  68. overflow-wrap: normal;
  69. overflow-wrap: break-word;
  70.  
  71. /* Global values */
  72. overflow-wrap: inherit;
  73. overflow-wrap: initial;
  74. overflow-wrap: unset;
Add Comment
Please, Sign In to add comment