Skip to content

Instantly share code, notes, and snippets.

@tensory
Created July 28, 2011 00:49
Show Gist options
  • Save tensory/1110687 to your computer and use it in GitHub Desktop.
Save tensory/1110687 to your computer and use it in GitHub Desktop.
Test CSS file for dbliss
<html>
<head>
<style type="text/css">
#left-column {
float: left;
width: 90px;
border-right: 1px solid red;
}
#main {
margin-left: 100px;
border: 1px solid blue;
}
</style>
</head>
<body>
<div id="left-column">
<ul>
<li>o rly?</li>
<li>ya rly</li>
<li>no wai</li>
</ul>
</div>
<div id="main">
<p>Sausage biltong corned beef flank. Corned beef rump tail biltong, ground round andouille meatball short loin shankle ham tongue fatback pancetta shoulder sausage. Pig swine pork, pork loin salami beef meatball venison sausage pork chop t-bone shankle. Tail pork belly fatback, swine turkey meatball pork venison strip steak. Biltong ribeye pork chop meatloaf, ham hock beef ribs sausage drumstick tri-tip ham tail. Sausage t-bone bacon beef ribs pork loin, shank pig strip steak rump meatball. Hamburger ball tip swine pork chop.</p>
<p>Venison shoulder pastrami hamburger jerky, t-bone turkey rump swine short loin andouille meatball ground round beef ribs. Venison spare ribs ground round, ham hock shankle pastrami cow tri-tip strip steak jowl. Meatball sirloin corned beef swine shankle pork loin. Pork chop cow chicken, shank ground round biltong salami sausage pork beef. Tenderloin flank sirloin pastrami meatball turkey. Meatball rump andouille, pork belly sausage venison chuck drumstick bresaola pig hamburger chicken. Chicken sausage turkey fatback venison cow.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment