+ 3
Can we write any text on css page?
can we directly write any text using only css and by not using HTML?
3 ответов
+ 22
A little simpler method(Maybe not directly) ^^
HTML :
<span class="text"/>
CSS :
.text:before {
content: "(Anything you want)";
}
+ 2
What Dayve said is as little HTML as you'll need, but I wonder why you'd want to do such a thing?
+ 2
only css is not possibles bro.. u have to add Atleast one html