Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> p { font-size: 4vw; } .example { font-style: italic; } </style> <p>Some random text to <span class="example">demonstrate the effect</span>.</p>
Preview