x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    p {
5
        font-size: 11vw;
6
    }
7
    p::first-letter {
8
        font-size: 500%;
9
        float: left;
10
        line-height: 0.7em;
11
    }
12
</style>
13
14
<p>Rain does not fall on one roof alone.</p>