x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
<style>
4
    p {
5
        font-size: 4vw;
6
    }
7
    .example {
8
        font-weight: bold;
9
    }
10
</style>
11
12
<p>Some random text to <span class="example">demonstrate the effect</span>.</p>