📅  最后修改于: 2022-03-11 14:47:51.579000             🧑  作者: Mango
/*By writing both the classes this way this style will be applied on the
element which will be containing both the classes */
.class1.class2{
/*style property goes here */
color:red;
}