Pseudo-elements/classes
A CSS pseudo-element is used to style specified parts of an element. For example, it can be used to:
Style the first letter, or line, of an element
Insert content before, or after, the content of an element
Have you ever seen an code similar to this?
#example:before { content:"#"; }
Maybe? The ":before" part? Want to know how that works/what it does? Read this article, it has everything you need to know about pseudo-elements/classes. I'd make a tutorial, but everything is there. If you want something specific, shoot us a message.
This might also be helpful.
xoxo, Angela












