CSS not applying
How can i make sure my CSS is applying on:
.homepage .textani h4 {
font-size: 3.2rem;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 7px orange;
}
It's working when i put it on h4 {}only or on .homepage . textani {}
What should i do with the parent element or something?
https://codepen.io/Boeroe/pen/mdaNNwX
.homepage .textani h4 {
font-size: 3.2rem;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 7px orange;
}
It's working when i put it on h4 {}only or on .homepage . textani {}
What should i do with the parent element or something?
https://codepen.io/Boeroe/pen/mdaNNwX
