Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 KB | None | 0 0
  1.                     <div class="container">
  2.                         <div class="row">
  3.                             <div class="col-mobile-12 col-tablet-6 col-desktop-4">
  4.                                 <h1>Check It Out</h1>
  5.                             </div>
  6.                            
  7.                             <div class="col-mobile-12 col-tablet-6 col-desktop-4">
  8.                                 <h1>Check It Out</h1>
  9.                             </div>
  10.                            
  11.                             <div class="col-mobile-12 col-tablet-6 col-desktop-4">
  12.                                 <h1>Check It Out</h1>
  13.                             </div>
  14.                         </div>
  15.                        
  16.                         <div class="row">
  17.                             <div class="col-mobile-12 hidden-mobile">
  18.                                 <h1>You can't see this on mobile</h1>
  19.                             </div>
  20.                            
  21.                             <div class="col-mobile-12 hidden-tablet">
  22.                                 <h1>You can't see this on tablet</h1>
  23.                             </div>
  24.                            
  25.                             <div class="col-mobile-12 hidden-desktop">
  26.                                 <h1>You can't see this on desktop</h1>
  27.                             </div>
  28.                         </div>
  29.                        
  30.                         <div class="row">
  31.                             <div class="col-mobile-12 visible-mobile">
  32.                                 <h1>You can only see this on mobile</h1>
  33.                             </div>
  34.                            
  35.                             <div class="col-mobile-12 visible-tablet">
  36.                                 <h1>You can only see this on tablet</h1>
  37.                             </div>
  38.                            
  39.                             <div class="col-mobile-12 visible-desktop">
  40.                                 <h1>You can only see this on desktop</h1>
  41.                             </div>
  42.                         </div>
  43.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement