Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> p { font-size: 8vw; } .sc { font-variant: small-caps; } </style> <p class="sc">Small Caps</p> <p>Normal Text</p>