x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    p {
5
        font-size: 5vw;
6
    }
7
    p::first-line {
8
        font-size: larger;
9
    }
10
</style>
11
12
<p>It takes 20 years to build a reputation and five minutes to ruin it. If you think about that, you'll do things differently.</p>