CSS properties.
CSS can define every static aspect of the style of a HTML object
the most common properties of CSS

.className{
    font-size: 20px;
    color: aqua;
    border:blue;
    border-bottom: 3px;
    background-color: brown;
    border-style:dotted;
}
CSS properties
* click to enlarge/shrink
back to main page