hi there, i’d like to ask you guys about how do you add the dessert
class name to flavor class selector? I tried every possibilities that comes through my mind but it still didn’t working. Please help me and thank you so much
you can combine the class selctor by using coma ( , ).
.dessert,.flavor{
method goes here
}
this way you can select multiple elements, id or class and apply same style.
7 Likes
omg the solution is just simple, thank you so much!!
2 Likes