Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> p { font: 300 4vw/1em sans-serif; } p.pre { color: limegreen; white-space: pre; } </style> <p class="pre"> This text has a 'white-space' setting of 'pre' </p> <p> This text does <em>not</em> have a 'white-space' setting of 'pre' </p>