css styling examples
Example 1: link css file in html
<link rel="stylesheet" href="styles.css">
Example 2: basic css designn elements
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
<link rel="stylesheet" href="styles.css">
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;