clearfix on ads
authorThomas Park <thomas@thomaspark.me>
Tue, 27 Aug 2013 00:42:36 +0000 (20:42 -0400)
committerThomas Park <thomas@thomaspark.me>
Tue, 27 Aug 2013 00:42:36 +0000 (20:42 -0400)
amelia/index.html
united/index.html

index 5e70a21..08280ab 100644 (file)
             <h1>Amelia</h1>
             <p class="lead">Sweet and cheery</p>
           </div>
-          <div class="col-lg-6 well" style="padding: 15px 15px 0 15px;">
-            <a href="http://carboncostume.com/" target="_blank">
-              <span style="float: left; margin: 0 15px 15px 0;">
-                <img src="../assets/img/carboncostume.png" width="175" height="135" style="border-radius: 4px;">
-              </span>
-            </a>
-            <a href="http://carboncostume.com/" target="_blank">
-              <h4 style="margin-bottom: 0.4em; color: #fff;">Carbon Costume</h4>
-              <span style="display: block; margin-bottom: 1em; color: #fff;">Guides for DIY costumes using everyday gear.</span>
-            </a>
+          <div class="col-lg-6" style="padding: 15px 15px 0 15px;">
+            <div class="well">
+              <a href="http://carboncostume.com/" target="_blank">
+                <span style="float: left; margin-right: 15px;">
+                  <img src="../assets/img/carboncostume.png" width="175" height="135" style="border-radius: 4px;">
+                </span>
+              </a>
+              <a href="http://carboncostume.com/" target="_blank">
+                <h4 style="margin-bottom: 0.4em; color: #fff;">Carbon Costume</h4>
+                <div style="color: #fff;" class="clearfix">Guides for DIY costumes using everyday gear.</div>
+              </a>
+            </div>
           </div>
         </div>
       </div>
index b7a68d5..14b8254 100644 (file)
             <h1>United</h1>
             <p class="lead">Ubuntu orange and unique font</p>
           </div>
-          <div class="col-lg-6 well" style="padding: 25px 25px 15px 25px;">
-            <a href="http://www.maxcdn.com" target="_blank">
-              <span style="float: left; margin: 0 15px 10px 0;">
-                <img src="../assets/img/maxcdn.gif" width="175" height="135">
-              </span>
-            </a>
-            <a href="http://www.maxcdn.com" target="_blank">
-              <span style="display: block; font-weight: bold; margin-bottom: 1em;">Make Your Site Fast!</span>
-              <span style="display: block;">When your hosting is far from your visitors your website becomes slow for them. A CDN allows you to be close to everyone. Click to see how a CDN works.</span>
-            </a>
+          <div class="col-lg-6" style="padding: 25px 25px 15px 25px;">
+            <div class="well">
+              <a href="http://www.maxcdn.com" target="_blank">
+                <span style="float: left; margin-right: 15px;">
+                  <img src="../assets/img/maxcdn.gif" width="175" height="135">
+                </span>
+              </a>
+              <a href="http://www.maxcdn.com" target="_blank">
+                <div style="font-weight: bold; margin-bottom: 1em;">Make Your Site Fast!</div>
+                <div class="clearfix">When your hosting is far from your visitors your website becomes slow for them. A CDN allows you to be close to everyone. Click to see how a CDN works.</div>
+              </a>
+            </div>
           </div>
         </div>
       </div>