Another question:
the
….
does not seem to work anymore. It doesn’t do anything. How can I create a large blockquote (font-size: 30px; font-stretch: wider; font-style: italic,) with a large opening comma?
Cheers
1 Answers
You can try the following code:
blockquote p {
font-size: 30px !important;
font-stretch: wider;
font-style: italic !important;
}
NOTE: the font-stretch
Property Not supported on all browser.
thank you!
Please login or Register to submit your answer