Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> div { background: gold; padding: 20px; } p { text-align: justify; margin: 0 20vw; font-size: 4vw; } </style> <div> <p>This text has had its margin set to <code>0 20vw</code>, which means <code>0</code> for the top and bottom, and <code>20vw</code> for the left and right.</p> </div>
Preview