x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
<style>
4
    .example {
5
        text-align: right;
6
        font-size: 4vw;
7
        padding: 2vw;
8
        width: 40vw;
9
        border: solid;
10
    }
11
</style>
12
13
<p class="example">Someone's sitting in the shade today because someone planted a tree a long time ago.</p>