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