You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
407 B
22 lines
407 B
blockquote:before {
|
|
font: 14px/20px italic Times, serif;
|
|
content: "“";
|
|
font-size: 3em;
|
|
line-height: 0.1em;
|
|
vertical-align: -0.4em;
|
|
}
|
|
blockquote p {
|
|
display: inline;
|
|
}
|
|
|
|
/* Remove blockquote left margin */
|
|
blockquote {
|
|
margin-inline-start: 0;
|
|
}
|
|
|
|
/* signature inside the blockquote*/
|
|
.signature {
|
|
font-family: "SignPainter"; /**Choose a cursive font */
|
|
text-align: right;
|
|
font-size:20px;
|
|
} |