PHPBack Demo

0
Votes
taaaaaaaaaaaaaaaaaaaaaaaaaaaaa
<style type="text/css"> html,body { font-family: 'Raleway', sans-serif; padding: 0 2em; font-size: 18px; background: #222; color: #aaa; text-align:center; } .thumbnail { max-width: 40%; } .lightbox { /** Default lightbox to hidden */ display: none; /** Position and style */ position: fixed; z-index: 999; width: 100%; height: 100%; text-align: center; top: 0; left: 0; background: rgba(0,0,0,0.8); } .lightbox img { /** Pad the lightbox image */ max-width: 90%; max-height: 80%; margin-top: 2%; } .lightbox:target { /** Remove default browser outline */ outline: none; /** Unhide lightbox **/ display: block; } </style> </head>


Demo User shared this idea 23/08/17 15:35
Demo User 23/08/17 15:36 flag comment

© 2014 - Powered by PHPBack