Código HTML:
Ver original
Código CSS:
Ver original
.pressbox { width: 0; height: 0; position: fixed; overflow: hidden; left: 0; top: 0; z-index: 9999; text-align: center; background: rgba(0,0,0,0.7); } .pressbox img { opacity: 0; padding: 10px; background: #ffffff; margin-top: 100px; -webkit-box-shadow: 0px 0px 15px #444; -moz-box-shadow: 0px 0px 15px #444; box-shadow: 0px 0px 15px #444; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; transition: opacity .25s ease-in-out; } .pressbox:target { width: auto; height: auto; bottom: 0; right: 0; } .pressbox:target img { opacity: 1; }