
css select having both classes example
css select having both classes example in css
/*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;
}