Is there any way to have title="" attribute on :before element?
.h3{
padding-right: 13px;
&:before {
font-size: 12px;
z-index: 10;
}
}
Is there any way to have title="" attribute on :before element?
.h3{
padding-right: 13px;
&:before {
font-size: 12px;
z-index: 10;
}
}