Spaces:
Runtime error
Runtime error
File size: 332 Bytes
01628bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: '';
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
} |