Is there any properties to make stroke effect on text? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Is there any properties to make stroke effect on text?

HTML+CSS

30th May 2017, 8:07 PM
Илья Карпенко UA
Илья Карпенко UA - avatar
8 Respuestas
+ 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
30th May 2017, 9:47 PM
Raz
Raz - avatar
+ 3
you're welcome
30th May 2017, 9:51 PM
Raz
Raz - avatar
+ 1
@samar taj Shaikh It's not a stroke. And I already know how to make it. In possible only in CSS.
9th Jul 2017, 9:28 PM
Илья Карпенко UA
Илья Карпенко UA - avatar
0
@samar taj Shaikh It's too wrong.
9th Jul 2017, 8:07 PM
Илья Карпенко UA
Илья Карпенко UA - avatar
0
can you clarify your statement !!?
9th Jul 2017, 9:08 PM
beingBing
beingBing - avatar
0
in support of my answer, here is the link- https://developer.mozilla.org/en/docs/Web/HTML/Element/del
9th Jul 2017, 9:16 PM
beingBing
beingBing - avatar
- 1
@neicore Thank you :)
30th May 2017, 9:50 PM
Илья Карпенко UA
Илья Карпенко UA - avatar
- 1
you can use <del> tag.
9th Jul 2017, 7:29 PM
beingBing
beingBing - avatar