Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> blockquote { font-size: 7vw; } blockquote::before { content: open-quote; } blockquote::after { content: close-quote; } </style> <blockquote>Chains of habit are too light to be felt until they are too heavy to be broken.</blockquote>
Preview