x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    blockquote {
5
        font-size: 7vw;
6
    }
7
    blockquote::before {
8
        content: open-quote;
9
    }
10
    blockquote::after {
11
        content: close-quote;
12
    }
13
</style>
14
15
<blockquote>Chains of habit are too light to be felt until they are too heavy to be broken.</blockquote>