Hi,
I try to make " .header .menu-icon:after,.header .menu-icon:before ".
I can make " .header .menu-icon:after ".
How can I select the elements for css after the above css;.header .menu-icon:after .
I want to make the following result;
.header .menu-icon:after,.header .menu-icon:before
Or
Do I have to type " ,.header .menu-icon:before " ?
Thanks.