Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about text-indent

Read more about text-indent

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - text-indent

Indent first line of a paragraph, but only if it takes multiple lines

I'd like to indent the first line of paragraphs (exactly what the text-indent CSS property does), but only for those paragraphs that take multiple lines. If a paragraph fits in a single line, I don't ...
test-img

Blue Nebula

html

css

paragraph

text-indent

Votes: 0

Answers: 1

Latest Answer

Here is hacky idea that requires an extra wrapper: p { max-width: 350px; line-height:1.2em; /* height of one line */ } .e { display:flex; /* a flex container to be able to use 100% in the heig...
test-img

Temani Afif

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved