#Codevember 8 - Breaking Bad Iframe

HTML
<img src="http://i.imgur.com/DTLZfum.jpg" alt=""/>
SCSS
html, body { height: 100%; width: 100%; background: #639e65; } img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 200px; width: 90%; margin: auto; background: #fff; padding: 20px; border-style: solid; border-width: 15px; border-top-color: lighten(#000, 20%); border-right-color: lighten(#000, 0%); border-bottom-color: lighten(#000, 20%); border-left-color: lighten(#000, 0%); box-shadow: 2px 2px 4px rgba(0,0,0,.6); }
JAVASCRIPT
Expand for more options Login