Skip to content

Instantly share code, notes, and snippets.

@BoringCode
Created December 27, 2011 19:08
Show Gist options
  • Save BoringCode/1524827 to your computer and use it in GitHub Desktop.
Save BoringCode/1524827 to your computer and use it in GitHub Desktop.
Made for eX
/*
Made for eX
*/
.outside-border {
padding: 25px;
padding-top: 14px;
padding-bottom: 14px;
background-color: #D6DEE1;
width: 600px;
margin-bottom: 5px;
border: #B3B8BC 1px solid;
}
.first {
padding-bottom: 30px;
}
.inside {
width: 600px;
text-align: center;
min-height: 100px;
background-color: white;
margin: 0;
position: relative;
}
.inside img {
position: absolute;
bottom: 0;
left: -60px;
}
.one {
border: black 1px solid;
min-height: 200px;
}
.two {
border: #FF4D00 2px solid;
min-height: 300px;
}
<div class="outside-border first">
<p class="inside one"><img src="http://dl.dropbox.com/u/6810599/mug_share/nc_head_mug.png" height="200"> Gummi bears topping ice cream chocolate icing sweet liquorice muffin fruitcake. Dessert wafer lollipop applicake caramels dragée pudding sweet. Brownie cake croissant gummi bears chocolate cake macaroon chocolate cake. Biscuit muffin croissant icing danish. Lemon drops wafer biscuit halvah. Jujubes oat cake dragée. Toffee marshmallow halvah. Chupa chups cotton candy jelly muffin jelly applicake lollipop cake. Tootsie roll cake bear claw oat cake chocolate croissant halvah cake jelly. Sesame snaps halvah jelly-o cupcake icing bear claw pie ice cream. Ice cream toffee fruitcake halvah bear claw .
Marzipan danish pie. Tiramisu pudding liquorice soufflé powder muffin brownie. Apple pie lemon drops chupa chups bear claw.</p>
</div>
<div class="outside-border">
<p class="inside two"></p>
</div>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment