css div style examples
Example 1: basic css designn elements
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
Example 2: html div tag
<div></div>
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
<div></div>