<!DOCTYPE html>
<title>My Example</title>
<style>
p {
font-variant: small-caps;
font-size: 4vw;
}
</style>
<p>Some Random Text to Demonstrate the Effect.</p>