What is the best way to indent text in a DIV when it wraps? June 13, 2023 by Tarik If I understand what you’re asking for, this works for me: div { padding-left: 2em; text-indent: -2em; }