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 /united | |
parent | 1b618f56016ee37d00c4105c73fb127025dd3d0e (diff) |
clearfix on ads
Diffstat (limited to 'united')
-rw-r--r-- | united/index.html | 22 |
1 files changed, 12 insertions, 10 deletions
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> |