Friday, June 30, 2017

Define the CSS Structure.

CSS Structure

body {
    background-color: blue;
}

h1 {
    color: red;
    text-align: right;
}

p {
    font-family: verdana;
    font-size: 15px;
}