how to make font smaller in css code example
Example 1: html font size
<span style="font-size:20px;"></span>
Example 2: css font size
// to scale font size in relation to its parent element
style="font-size: 2vw;"
<span style="font-size:20px;"></span>
// to scale font size in relation to its parent element
style="font-size: 2vw;"