/ Published in: CSS
Expand |
Embed | Plain Text
Use an Id for elements that are used once and only once on a page The CSS: 1 #content {background: #fff} Use a class for elements that may be reused on the page 1 .large-text {font-size: 1.4em}
You need to login to post a comment.
