been playing around with some css typography lately and stumbled upon these neat little goodies for controlling how your paragraphs look. thought id share 'cause theyre super useful.
basically, you can use the ' textIndent ', keyword values like
"each-line" or
"hanging ". These let ya tweak where lines start in a paragraph sooo it looks all fancy and stuff
for example:
- `text-indent: 0;` is default
- try out `' each-line '`, makes every line indent from the left edge
- go with `' hanging '` for that classic look, indents only first word of paragraphs ⭐
pretty cool right? ive been using this to liven up some sections and it works wonders. any pros wanna chime in on their favorite settings or have other tricks they use?
what do you guys think about these keywords - anyone got a project where indenting made all the difference
https://feedpress.me/link/24028/17287363/css-text-indent-keywords