manya
asked 8 years ago

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
DominicStaff
answered 8 years ago

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.

Manya
replied 8 years ago

thank you!

Powered by DW Question & Answer Pro