Skip to content

Instantly share code, notes, and snippets.

@lkacenja
Created July 1, 2015 22:24
Show Gist options
  • Save lkacenja/266e99c4e052116cd153 to your computer and use it in GitHub Desktop.
Save lkacenja/266e99c4e052116cd153 to your computer and use it in GitHub Desktop.
Bell Media Query Example
<!DOCTYPE html>
<html>
<head>
<style>
.media {margin:10px;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}
</style>
</head>
<body>
<div class="example-view-row">
<div class="outer media">
<div class="imgExt">
<ul>
<li>Date: July 1st, 2015</li>
<li>Author: Bob</li>
</ul>
</div>
<div class="bd">
<div class="inner media">
<div class="img">
<img src="http://bellpolicy.org/sites/default/files/2013-03-11_1605.png" />
</div>
<div class="bd">
<h3>State Economists: Earned Income Tax</h3>
<p>render-farm pre- numinous nodality denim systema sprawl stimulate refrigerator. soul-delay chrome decay monofilament pre- DIY paranoid faded car. post- augmented reality smart- fluidity render-farm knife free-market beef noodles cartel. warehouse wristwatch tube augmented reality computer shrine voodoo god advert camera.</p>
<p>8-bit tanto face forwards sub-orbital engine towards girl urban cyber-. computer crypto- assassin wonton soup rifle wonton soup Legba futurity drugs. car film into tube range-rover franchise beef noodles jeans Shibuya. advert pre- warehouse disposable industrial grade Chiba man plastic 8-bit.</p>
<ul>
<li>Economic Opportunity</li>
<li>Budget</li>
<li>Fiscal Policy</li>
<li>EITC</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment