Important point to note for beginners like myself in CSS .

·

1 min read

day 3 tip.jpg

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