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: 1.2em auto 2em auto;
border-bottom: 1px solid #da3c41;
background: #f9f0f0;
box-shadow: 0 1em 0 #f9f0f0;
}
/* アイコン */
.cp_quote::before {
font-size: 1.5em;
position: absolute;
top: 0.2em;
right: 50%;
left: 50%;
display: flex;
content: '\f10e';
color: #da3c41;
align-items: center;
justify-content: center;
}
/* 引用 */
.cp_quote blockquote {
padding: 2em 1em 1em 1em;
margin: 0;
}
/* ライン */
.cp_quote blockquote::before,
.cp_quote blockquote::after {
position: absolute;
top: 10%;
display: inline-block;
width: 40%;
height: 1px;
content: '';
background-color: #da3c41;
}
.cp_quote blockquote:before {
left: 0;
}
.cp_quote blockquote:after {
right: 0;
}
/* 引用元名 */
.cp_quote blockquote p.author {
font-size: 0.8em;
text-align: right;
color: #da3c41;
}
.cp_quote blockquote p.author::before {
content: '00';
}