CSS white space property

Nyeste poster

60
CSS white space property

The white space property is a text/content related css property used to controll the flow of the text.

p
{
    white-space: pre-line
}

Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks

×
×

Publiseringdetaljer

  • Postet opprinnelig:
  • Sist oppdatert:

Lesedetaljer

  • Antall ord: 41 ord
  • Lesetid: 1 minutt(er)

Versjoneringdetaljer

  • Commit hash for siste oppdatering: cef1923
  • Dato for siste oppdateting: 2024-01-14
  • Navn på commit: 'Update white space prop article'
×