Advertisement
ooter

This or That V1

Jul 1st, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!--------------------
  2.  
  3.    THIS OR THAT
  4.  ver 1 - no border
  5.  
  6. ---------------------->
  7.  
  8. <table class="border-0 w-100">
  9.     <tbody>
  10.         <!----------------------copy from here-------------->
  11.         <tr>
  12.             <td class="text-right text-uppercase">Label</td>
  13.             <td class="w-50">
  14.                 <div class="progress rounded-0" style="background:transparent;">
  15.                     <div class="progress-bar" style="width:50%;background:transparent;border-right:5px solid #444;">
  16.                         <br>
  17.                     </div>
  18.                 </div>
  19.             </td>
  20.             <td class="text-left text-uppercase">Label</td>
  21.         </tr>
  22.         <!---------to here & paste before </tbody>---------->
  23.     </tbody>
  24. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement