diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-26 20:42:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-26 20:42:36 -0400 |
commit | 1110f075ee8975cd1a7a11f88752308b3ac7f739 (patch) | |
tree | bf43a28b46b75ce15ee09d363ef402ab5a113a60 | |
parent | 1b618f56016ee37d00c4105c73fb127025dd3d0e (diff) |
clearfix on ads
-rw-r--r-- | amelia/index.html | 22 | ||||
-rw-r--r-- | united/index.html | 22 |
2 files changed, 24 insertions, 20 deletions
diff --git a/amelia/index.html b/amelia/index.html index 5e70a21f..08280ab9 100644 --- a/amelia/index.html +++ b/amelia/index.html @@ -97,16 +97,18 @@ <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> diff --git a/united/index.html b/united/index.html index b7a68d56..14b8254e 100644 --- a/united/index.html +++ b/united/index.html @@ -94,16 +94,18 @@ <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> |