Friday, July 28, 2017

Give an example of Example Stylesheet.

Example Stylesheet

The following stylesheet will be used for all the examples on this page:
.important {
    font-weight: bold;
    font-size: xx-large;
}

.blue {
    color: blue;
}