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>
<p class="author">Albert Schweitzer</p>
</blockquote>
</div>
*, *:before, *:after {
font-family: 'FontAwesome';
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_quote {
position: relative;
width: 90%;
margin: 2em auto;
}
/* 引用 */
.cp_quote blockquote {
margin: 0;
padding: 0.5em 1em;
text-indent: 1.5em;
color: #333333;
border-left: 2px solid #666666;
}
/* アイコン */
.cp_quote blockquote:before,
.cp_quote blockquote:after {
position: absolute;
color: #999999;
}
.cp_quote blockquote:before {
top: 1.5em;
left: -0.5em;
content: '\f10d';
}
.cp_quote blockquote:after {
right: 1em;
bottom: 3em;
content: '\f10e';
}
/* 引用元名 */
.cp_quote blockquote p.author {
margin: 0;
text-align: right;
}
.cp_quote blockquote p.author::before {
content: '00';
}