HTML element can define a class attribute. The class name can be referenced in CSS by prefix it with a dot. For example, the following refers to the class named "big-text"
.big-text {font: 15}
Post a Comment
No comments:
Post a Comment