Skip to content

Instantly share code, notes, and snippets.

@SpadarShut
Created August 30, 2013 09:30
Show Gist options
  • Save SpadarShut/6388085 to your computer and use it in GitHub Desktop.
Save SpadarShut/6388085 to your computer and use it in GitHub Desktop.
Untitled
.document-page__sheet {
display: inline-block;
background: #f00;
box-shadow: 0 2px 10px rgba(0,0,0,.3), inset 0 0 1px red;
}
.document-page__content {
display: inline-block;
}
/* THE IMAGE : */
.the-doc-part {
margin-top: 5px;
display: block;
opacity: .99999999;
}
<div class="document-page">
<div class="document-page__sheet">
<div class="document-page__content" >
<img alt="Page 1" width="800" class="the-doc-part" src="https://doc-processor-api-dev.s3.amazonaws.com/documents/63f06f5aa2c4415a9e9c9612cb2b18c1-p1-normal.png">
</div>
</div>
</div>
// alert('Hello world!');
{"view":"split","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