RSSAmplifier

Alex Baldwin · Nov 10, 2016

One line of CSS to add hanging quotes

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The hanging-punctuation property aims at giving web web designers a finer grained control over typography on the web. The idea behind hanging punctuation is to put some punctuation characters from start (or to a lesser extend at the end) of text elements “outside” of the box in order to preserve the reading flow. blockquote p { hanging-punctuation: first; } Since it only applies to quote marks,…

Read on alexbaldwin.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.