simpe html view with css style code example
Example 1: how to link css to 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;