<!DOCTYPE html>
<html>
<head>
    <title>CSS Example</title>
    <link rel="stylesheet" href="style.css">
    </head>
body
{background-color:green}
p{color: yellow;
    background-color: blue;}
li{font-size: 14px;
    color: pink; font-style: italic}
    h1 {color:orange;
background-color:purple;font-weight: bold;text-decoration: underline;text-align: center}

h2{color:orange;
background-color:purple;text-decoration: line-through}
