Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>Test</title>
  6.         <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7.         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  8.         <style>
  9.             div {
  10.                 border: 1px solid #808080;
  11.             }
  12.         </style>
  13.     </head>
  14.     <body>
  15.  
  16.         <div class="container">
  17.             <div class="row">
  18.                 <div class="col-lg-4 col-sm-12">
  19.                     <p> Poep </p>
  20.                 </div>
  21.                 <div class="col-lg-4 col-sm-12">
  22.                     <p> Poep </p>
  23.                 </div>
  24.                 <div class="col-lg-4 col-sm-12">
  25.                     <p> Poep </p>
  26.                 </div>
  27.             </div>
  28.         </div>
  29.        
  30.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  31.         <script src="output.js"></script>
  32.     </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement