<div class="mb-wrap example5">
					<blockquote cite="http://www.hanyalah.com">
<p>For what is man without desires, without free will, and without the power of choice but a stop in an organ c pipe?</p>
					</blockquote>
					<div class="mb-attribution">
						<p class="mb-author">Fyodor Dostoevsky</p>
						<cite><a href="http://www.hanyalah.com">Notes from the Underground</a></cite>
					</div>
				</div>
@import url(https://fonts.googleapis.com/css?family=Dr+Sugiyama);
body { 
	background: #ddd no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.mb-wrap {
	width: 300px;
  margin: 20px auto;
	padding: 20px;
	position: relative;	
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}

.example5 {
	width: 728px;
	height: 200px;
	background: #fff;
	border-radius: 4px;
}

.example5:before, .example5:after {
	content: "";
    position: absolute;
    z-index: -5;
    -moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
    bottom: 10px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 700px;
    width: 30%;
}
.example5:after {
    -moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
    left: auto;
    right: 10px;
}

.example5 blockquote{
	background: #333;
	height:25%;
	padding: 40px;
	text-align: center;
}

.example5 blockquote:before{
	color: rgba(255,255,255,0.2);
	position: absolute;
	content: '\0022';
	font-size: 150px;
	line-height: 130px;
	font-style: italic;
	top: 0px;
	right: 20px;
	font-family: Cambria, Georgia, serif;
}

.example5 blockquote p {
	color: #fff;
	font-family: 'Abril Fatface', sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
}
.example5 .mb-attribution {
	padding: 20px;
}

.example5 .mb-author {
	font-size: 24px;
	font-family: 'Dr Sugiyama', cursive;
	-moz-transform: rotate(-4deg);
	color: #070d5f;
}
.example5 cite a{
	color: #999;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}
.example5 cite a:hover{
	color: #000;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.