Answers for "css change font size paragraph"

12

how to change font size in html

<body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
Posted by: Guest on April-29-2020
1

css font size

// to scale font size in relation to its parent element
style="font-size: 2vw;"
Posted by: Guest on July-02-2020

Code answers related to "css change font size paragraph"

Browse Popular Code Answers by Language