+ 3
Is there any properties to make stroke effect on text?
HTML+CSS
8 Answers
+ 4
yea, you can try this one
-webkit-text-stroke:;
don't forget the size value of stroke and color. if any of these miss the property wont work. for more you can visit
https://css-tricks.com/adding-stroke-to-the-web-text/
i also made an example for you👇👇👇
https://code.sololearn.com/WtYw39h75Fbi/?ref=app
+ 3
you're welcome
+ 1
@samar taj Shaikh It's not a stroke. And I already know how to make it. In possible only in CSS.
0
@samar taj Shaikh It's too wrong.
0
can you clarify your statement !!?
0
in support of my answer, here is the link-
https://developer.mozilla.org/en/docs/Web/HTML/Element/del
- 1
@neicore Thank you :)
- 1
you can use <del> tag.