Quote.css
458 Bytes
.quote-container {
position: relative;
width: 31.25em;
top: 0.625em;
left: 50%;
transform: translate(-50%, 0);
}
.quote {
position: relative;
display: inline-block;
width: 100%;
}
.quote img {
display: inline-block;
vertical-align: middle;
}
.quote div {
display: inline-block;
width: 80%;
text-align: right;
vertical-align: middle;
}
.quote q {
display: block;
font-family: serif;
text-align: center;
font-size: small;
}