<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 ---------->
<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 ---------->
<!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/ryanparag/pen/oWrLPr?depth=everything&order=popularity&page=5&q=card+list&show_forks=false" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'><link rel='stylesheet prefetch' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
<style class="cp-pen-styles">@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800");
body {
background-color: #dce1e5;
font-family: "Montserrat", helvetica, arial, sans-serif;
font-size: 14px;
color: #cfd6e1;
line-height: 1.5;
font-weight: 400;
max-width: 100%;
overflow-x: hidden;
}
* {
-webkit-transition: .4s;
transition: .4s;
}
a {
text-decoration: none;
}
.movie-card {
background-image: url(http://digitalspyuk.cdnds.net/15/47/1600x800/landscape-1447754794-harrison-ford-blade-runner.jpg);
background-size: contain;
background-position: -40% 80%;
background-repeat: no-repeat;
width: 75%;
max-width: 800px;
height: 300px;
display: block;
margin: 8vh auto;
border-radius: 8px;
-webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
}
.color-overlay {
width: 100%;
height: 100%;
border-radius: 8px;
background: -webkit-gradient(linear, left top, right top, from(rgba(42, 159, 255, 0.2)), color-stop(60%, #212120), to(#212120));
background: linear-gradient(to right, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
background-blend-mode: multiply;
}
h1, h2, h3 {
font-family: "Montserrat", helvetica, arial, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1;
font-weight: 400;
}
.movie-content {
width: 40%;
display: block;
position: relative;
float: right;
padding-right: 1em;
}
.movie-content .movie-title {
color: #ffffff;
margin-bottom: .25em;
opacity: .75;
}
.movie-content .movie-info {
text-transform: uppercase;
letter-spacing: 2px;
font-size: .8em;
color: #2a9fff;
line-height: 1;
margin: 0;
font-weight: 700;
opacity: .5;
}
.movie-content .movie-header {
margin-bottom: 2em;
}
.movie-content .movie-desc {
font-weight: 300;
opacity: .84;
margin-bottom: 2em;
}
.btn {
padding: .8em 2em;
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
.btn-outline {
background-color: transparent;
border: 3px solid #ffffff;
}
.btn::before {
font-family: 'Material Icons';
content: '\e037';
vertical-align: middle;
font-size: 1.5em;
padding-right: .5em;
}
.btn-outline:hover {
border-color: #2a9fff;
color: #2a9fff;
-webkit-box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
}
@media (max-width: 1000px) {
.movie-content {
width: 50%;
max-width: 95%;
}
}
@media (max-width: 800px) {
.movie-card {
width: 95%;
max-width: 95%;
}
}
@media (max-width: 600px) {
.movie-card, {
background-position: 50% 0%;
background-size: cover;
height: 400px;
}
.color-overlay {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 159, 255, 0.2)), color-stop(60%, #212120), to(#212120));
background: linear-gradient(to bottom, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
}
.movie-content {
margin-top: 4.2em;
width: 90%;
}
}
</style></head><body>
<div id="movie-card-list">
<!-- Card 1: Blade Runner -->
<div class="movie-card">
<div class="color-overlay">
<div class="movie-content">
<div class="movie-header">
<h1 class="movie-title">Blade Runner</h1>
<h4 class="movie-info">(1982) Sci-Fi, Thriller</h4>
</div>
<p class="movie-desc">A blade runner must pursue and try to terminate four replicants who stole a ship in space and have returned to Earth to find their creator.</p>
<a class="btn btn-outline" href="#">Watch Now</a>
</div>
</div>
</div>
</div>
</body></html>