Advertisement
Guest User

Untitled

a guest
May 9th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. <div class="tile is-ancestor is-vertical">
  2.   <div class="tile is-child box">
  3.     <!-- Add content or other tiles -->
  4.     <h1>Chalange</h1>
  5.   </div>
  6.   <div class="tile is-child box">
  7.     <!-- Add content or other tiles -->
  8.     <h1>fat text</h1>
  9.   </div>
  10.   <div class="tile is-child box">
  11.     <!-- Add content or other tiles -->
  12.     <h1>small text</h1>
  13.   </div>
  14.  
  15.   <div class="tile is-parent">
  16.     <div class="tile is-6 is-child box">
  17.       <!-- Add content or other tiles -->
  18.       <h1>img 1</h1>
  19.     </div>
  20.     <div class="tile is-6 is-child box">
  21.       <!-- Add content or other tiles -->
  22.       <h1>img 2</h1>
  23.     </div>
  24.   </div>
  25.  
  26.    <div class="tile is-child box">
  27.     <!-- Add content or other tiles -->
  28.     <h1>Button</h1>
  29.   </div>
  30.  
  31. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement