Declaring CSS rules to apply only to a particular class

前端 未结 4 1554
小鲜肉
小鲜肉 2021-01-19 15:14

I have the following CSS I need to apply to only a particular div (because of conflicts):

The div in question has the class name datepicker-days. Do I declare the be

4条回答
  •  无人及你
    2021-01-19 16:05

    If you only need to apply a specific style to one unique div, why not give it an id #

提交回复
热议问题