x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
<style>
4
    p {
5
        font-variant: small-caps;
6
        font-size: 4vw;
7
    }
8
</style>
9
10
<p>Some Random Text to Demonstrate the Effect.</p>