"card"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div><!DOCTYPE html><html lang='en' class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/alanshortis/pen/aNXyQJ" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'> <style class="cp-pen-styles">@import url(https://fonts.googleapis.com/css?family=Roboto:300); .artist { width: 240px; height: 360px; margin-right: 20px; background: #282828; } .artist:last-child { margin: 0; } .artist__thumbnail { position: relative; width: 240px; height: 240px; overflow: hidden; } .artist__blur { position: absolute; top: 0; left: 0; -webkit-filter: blur(40px); filter: blur(40px); z-index: 1; } .artist__image { width: 120px; height: 120px; border-radius: 50%; z-index: 3; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .artist__ring { width: 160px; height: 160px; border-radius: 50%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.2))); background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.2) 100%); z-index: 2; -webkit-box-shadow: 4px 0 2px -4px rgba(255, 255, 255, 0.9), -4px 0 2px -4px rgba(255, 255, 255, 0.9); box-shadow: 4px 0 2px -4px rgba(255, 255, 255, 0.9), -4px 0 2px -4px rgba(255, 255, 255, 0.9); position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .artist__ring--outer { width: 200px; height: 200px; } .artist__label { display: -webkit-box; display: -ms-flexbox; display: flex; height: 120px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 10px; } .capital { color: #7f7f7f; text-transform: uppercase; } *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #181818; color: #fefefe; font-family: Roboto; font-size: 14px; } </style></head><body> <div class="artist"> <div class="artist__thumbnail"> <img class="artist__blur" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/rc.jpg"> <img class="artist__image" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/rc.jpg"> <div class="artist__ring"></div> <div class="artist__ring artist__ring--outer"></div> </div> <div class="artist__label"> <p>Rival Consoles</p> <p class="capital">Artist Radio</p> </div> </div> <div class="artist"> <div class="artist__thumbnail"> <img class="artist__blur" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/fp.jpg"> <img class="artist__image" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/fp.jpg"> <div class="artist__ring"></div> <div class="artist__ring artist__ring--outer"></div> </div> <div class="artist__label"> <p>Floating Points</p> <p class="capital">Artist Radio</p> </div> </div> <div class="artist"> <div class="artist__thumbnail"> <img class="artist__blur" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/md.jpg"> <img class="artist__image" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/md.jpg"> <div class="artist__ring"></div> <div class="artist__ring artist__ring--outer"></div> </div> <div class="artist__label"> <p>Mos Def</p> <p class="capital">Artist Radio</p> </div> </div> <div class="artist"> <div class="artist__thumbnail"> <img class="artist__blur" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/bbng.jpg"> <img class="artist__image" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/266745/bbng.jpg"> <div class="artist__ring"></div> <div class="artist__ring artist__ring--outer"></div> </div> <div class="artist__label"> <p>BadBadNotGood</p> <p class="capital">Artist Radio</p> </div> </div> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script> <script >// This is pretty old now. //# sourceURL=pen.js </script> </body></html>

Related: See More


Questions / Comments: