Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Created June 17, 2012 19:03
Show Gist options
  • Save gcyrillus/2945466 to your computer and use it in GitHub Desktop.
Save gcyrillus/2945466 to your computer and use it in GitHub Desktop.
Untitled
body {
background-color: #383532;
background-image:linear-gradient(-90deg,#383532,#fff);
}
.my-content {
position: relative;
width: 600px;
height:420px;
overflow: hidden;
margin: 2em auto;
whithe-space:nowrap;
border:double;
}
.my-content > img {
vertical-align:top;border-right:double
}
.my-content .description {
display:inline-block;
vertical-align:bottom;
width: 230px;
max-height:85%;
padding: 15px;
background-color: #FABC72;
margin:0 15px 15px ;
white-space:normal;
overflow:auto;
}
.my-content .description:before {
content:'1111111';
width:230px;
display:block;
height:620px;
background: url('http://kusto.ch/img/bg.png') transparent -350px ;
bottom:20px;position:absolute;z-index:-1;
}
<div class="my-content">
<img src="http://baconmockup.com/bm-home-280.jpg" width="300" alt="bacon" />
<div class="description">
<p> Bacon ipsum dolor sit amet ribeye meatball <a href="http://dabblet.com/gist/2945580" title="version précédente">andouille</a> sirloin drumstick
tri-tip. Meatloaf beef ground round, capicola tri-tip fatback swine
frankfurter. Meatball pork beef ribeye tongue, salami pork loin flank.
Beef pastrami tri-tip.</p>
</div>
</div>
<div class="my-content">
<img src="http://baconmockup.com/bm-home-280.jpg" width="300" alt="bacon" />
<div class="description">
<p> Bacon ipsum dolor sit amet ribeye meatball andouille sirloin drumstick
tri-tip. Meatloaf beef ground round, capicola tri-tip fatback swine
frankfurter. Meatball pork beef ribeye tongue, salami pork loin flank.
Beef pastrami tri-tip.</p>
<p> Bacon ipsum dolor sit amet ribeye meatball andouille sirloin drumstick
tri-tip. Meatloaf beef ground round, capicola tri-tip fatback swine
frankfurter. Meatball pork beef ribeye tongue, salami pork loin flank.
Beef pastrami tri-tip.</p>
<p> Bacon ipsum dolor sit amet ribeye meatball andouille sirloin drumstick
tri-tip. Meatloaf beef ground round, capicola tri-tip fatback swine
frankfurter. Meatball pork beef ribeye tongue, salami pork loin flank.
Beef pastrami tri-tip.</p>
</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment