I was wondering what was the best approach to styling an element. The method I usually see is to give it a class, and select it in css using the class name. Is this the normal way of doing it?
I was also wondering if there were any other things I could've done better. I would like to know if there were any practices I didn't use that are recommended.
Any other tips would be greatly appreciated.