Skip to main content

Presets

Target Element

white-space

text-wrap

word-break

overflow-wrap

Preview Settings

Live Preview

This is a sample text with multiple spaces and line breaks to demonstrate white-space behavior. Indented text here. More spaced content.

Behavior Comparison

normal
Text with spaces and newlines.
nowrap
Text with spaces and newlines.
pre
Text with spaces and newlines.
pre-wrap
Text with spaces and newlines.
pre-line
Text with spaces and newlines.

Generated CSS

.text-content {
  white-space: normal;
}

Rate this tool