> css code code example
Example 1: basic css designn elements
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
Example 2: how to style body using css
body {
/*type your styling here*/
}
background-color : lightblue;
color : blue;
font-family : "Times New Roman", Times, serif;
body {
/*type your styling here*/
}