Browse Source

Grid with offset.

Frederic G. MARAND 8 năm trước cách đây
mục cha
commit
e93b84f290
3 tập tin đã thay đổi với 34 bổ sung14 xóa
  1. BIN
      images/blasting-off.png
  2. BIN
      images/logo-osinet.png
  3. 34 14
      index.html

BIN
images/blasting-off.png


BIN
images/logo-osinet.png


+ 34 - 14
index.html

@@ -10,24 +10,44 @@
 
   <body>
     <div class="container">
-      <h1>Blasting off with Boostrap</h1>
-      <h2>The fastest way to space</h2>
-      <p>Make your way to space in the comfort of your own rocket, elevator or transporter.</p>
+      <div class="row">
+        <h1>Blasting off with Boostrap</h1>
+      </div>
 
-      <button>Take the tour</button>
-      <button>Book Tickets now</button>
+      <div class="row">
+        <div class="col-md-8">
+          <h2>The fastest way to space</h2>images
+          <p>Make your way to space in the comfort of your own rocket, elevator or transporter.</p>
 
-      <h2>Boot Today!</h2>
-      <p>Even if you're traveling tomorrow, you can still get tickets today. We have
-        a number of conveniently located ports around the globe to service everyone.</p>
+          <button>Take the tour</button>
+          <button>Book Tickets now</button>
+        </div>
 
-      <h2>Go anywhere</h2>
-      <p>If you need to get to space today, why not try out a transporter? Despite
-        the claims, there has been no deaths in the last 6 weeks!</p>
+        <div class="col-md-3 col-md-offset-1">
+          <a class=thumbnail href="images/blasting-off.png"><img src="images/blasting-off.png" /></a>
+        </div>
+      </div>
 
-      <h2>RocketBus&reg;</h2>
-      <p>For cheapest fares, catch the next RocketBus&reg; to the stars. Cheaper on
-        your wallet, and easiest way to make friends.</p>
+      <div class="row">
+        <div class="col-md-4">
+          <h3>Boot Today!</h3>
+          <p>Even if you're traveling tomorrow, you can still get tickets today. We have
+            a number of conveniently located ports around the globe to service everyone.</p>
+        </div>
+
+        <div class="col-md-4">
+          <h3>Go anywhere</h3>
+          <p>If you need to get to space today, why not try out a transporter? Despite
+            the claims, there has been no deaths in the last 6 weeks!</p>
+          </div>
+
+        <div class="col-md-4">
+        <h3>RocketBus&reg;</h3>
+        <p>For cheapest fares, catch the next RocketBus&reg; to the stars. Cheaper on
+          your wallet, and easiest way to make friends.</p>
+        </div>
+
+      </div>
     </div>
 
     <script src="js/jquery-2.2.1.js"></script>