CSS Responsive Font Size
Preview
Code
<style>
p{
font-size:3vw;
}
</style>
<p>Resize the browser window to see the font change.</p>
<style>
p{
font-size:3vw;
}
</style>
<p>Resize the browser window to see the font change.</p>