Monday, July 23, 2012

Reverse Indentation CSS

As you all may already know that text-indent css property can make indented paragraph on the first line, but how about if you want to indent from the second line and so on while the first line is normal?

You can try out this snippet below:

margin-left: 10px;
text-indent: -10px;