Important point to note for beginners like myself in CSS .
Class coming later in the style block gets preference over the previous class . ID gets preference over the classes and "!important" gets preference over everything else . Remember this .
#GeneralProgramming #100DaysOfCoding