Properties fall between the brackets and their values immediately after the colon, as shown here in a generic example:
selector {
property: value;
}
li {
list-style-type: square;
}
selector {
property: value;
}
li {
list-style-type: square;
}
No comments:
Post a Comment