SyntaxFix
Write A Post
Hire A Developer
Questions
.class targets the following element:
.class
<div class="class"></div>
#class targets the following element:
#class
<div id="class"></div>
Note that the id MUST be unique throughout the document, whilst any number of elements may share a class.