+ 2
How can i change inner html text by using css3??
is there any css property to change inner html text by its class?? so that I will use transition effect on it..!!!
5 Réponses
+ 26
.class {
content:"yes";
}
+ 3
class
.test {
text:none;
}
div id
#div id {
text:none;
}
+ 3
<div class>--> .
<div id>--> #
<textarea> textarea
0
chupka batha rha
0
😡