Advertisement
cornford-michael

ui-57

Oct 2nd, 2017
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.08 KB | None | 0 0
  1. <!-- UI X -->
  2.         <div class="ui-57">
  3.        
  4.             <div class="container">
  5.                 <div class="row">
  6.                     <div class="col-md-3 col-sm-6">
  7.                         <!-- UI Item -->
  8.                         <div class="ui-item bg-red">
  9.                             <!-- Clip icon -->
  10.                             <i class="fa fa-paperclip"></i>
  11.                             <!-- Heading -->
  12.                             <h2>Take out trash</h2>
  13.                             <!-- Para -->
  14.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  15.                         </div>
  16.                     </div>
  17.                     <div class="col-md-3 col-sm-6">
  18.                         <!-- UI Item -->
  19.                         <div class="ui-item bg-green">
  20.                             <!-- Clip icon -->
  21.                             <i class="fa fa-paperclip"></i>
  22.                             <!-- Heading -->
  23.                             <h2>Download Songs</h2>
  24.                             <!-- Para -->
  25.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  26.                         </div>
  27.                     </div>
  28.                     <div class="col-md-3 col-sm-6">
  29.                         <!-- UI Item -->
  30.                         <div class="ui-item bg-lblue">
  31.                             <!-- Clip icon -->
  32.                             <i class="fa fa-paperclip"></i>
  33.                             <!-- Heading -->
  34.                             <h2>Buy some milk</h2>
  35.                             <!-- Para -->
  36.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  37.                         </div>
  38.                     </div>
  39.                     <div class="col-md-3 col-sm-6">
  40.                         <!-- UI Item -->
  41.                         <div class="ui-item bg-yellow">
  42.                             <!-- Clip icon -->
  43.                             <i class="fa fa-paperclip"></i>
  44.                             <!-- Heading -->
  45.                             <h2>Feed the cat</h2>
  46.                             <!-- Para -->
  47.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  48.                         </div>
  49.                     </div>
  50.                 </div>
  51.                 <div class="row">
  52.                     <div class="col-md-3 col-sm-6">
  53.                         <!-- UI Item -->
  54.                         <div class="ui-item bg-orange">
  55.                             <!-- Clip icon -->
  56.                             <i class="fa fa-paperclip"></i>
  57.                             <!-- Heading -->
  58.                             <h2>Wash the dishes</h2>
  59.                             <!-- Para -->
  60.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  61.                         </div>
  62.                     </div>
  63.                     <div class="col-md-3 col-sm-6">
  64.                         <!-- UI Item -->
  65.                         <div class="ui-item bg-blue">
  66.                             <!-- Clip icon -->
  67.                             <i class="fa fa-paperclip"></i>
  68.                             <!-- Heading -->
  69.                             <h2>Do Laundry</h2>
  70.                             <!-- Para -->
  71.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  72.                         </div>
  73.                     </div>
  74.                     <div class="col-md-3 col-sm-6">
  75.                         <!-- UI Item -->
  76.                         <div class="ui-item bg-rose">
  77.                             <!-- Clip icon -->
  78.                             <i class="fa fa-paperclip"></i>
  79.                             <!-- Heading -->
  80.                             <h2>Call grandma</h2>
  81.                             <!-- Para -->
  82.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  83.                         </div>
  84.                     </div>
  85.                     <div class="col-md-3 col-sm-6">
  86.                         <!-- UI Item -->
  87.                         <div class="ui-item bg-purple">
  88.                             <!-- Clip icon -->
  89.                             <i class="fa fa-paperclip"></i>
  90.                             <!-- Heading -->
  91.                             <h2>Clean water tank</h2>
  92.                             <!-- Para -->
  93.                             <p>How many times i need to tell you to take out trash. You are an idiot. Start working.</p>
  94.                         </div>
  95.                     </div>
  96.                 </div>
  97.             </div>
  98.        
  99.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement