css style codes code example
Example 1: basic css designn elements
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
Example 2: how to write css in html
<p style="color: blue; font-size: 46px;">
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
<p style="color: blue; font-size: 46px;">