Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .wide { letter-spacing: .4em; } .narrow { letter-spacing: -.1em; } p { font-size: 2em; } </style> <p class="wide">Some random text to demonstrate the effect.</p> <p class="narrow">Some random text to demonstrate the effect.</p>
Preview