There are two means of refuge from the miseries of life: music and cats.
<div class="cp_quote">
<blockquote cite="http://">
<p>There are two means of refuge from the miseries of life: music and cats.</p>
<aside>
Albert Schweitzer
</aside>
</blockquote>
</div>
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_quote {
position: relative;
width: 90%;
margin: 1em auto;
}
/* 引用 */
.cp_quote blockquote {
line-height: 1.5;
position: relative;
margin: 0 0 0 11em;
padding: 0 0 0 1em;
border-left: 1px solid #333333;
}
/* 引用元名 */
.cp_quote blockquote aside {
font-weight: bold;
position: absolute;
bottom: 0;
left: -10em;
width: 9em;
text-align: right;
}