Can we apply text border ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

Can we apply text border ?

hello guys, I am not able to apply text border like as any div border. I apply text shadow but it's not need. I will apply text border anyone help me ?

2nd Nov 2016, 4:48 PM
Saurav Saini
Saurav Saini - avatar
5 Answers
+ 12
do smth like this: CSS: h1 { color: yellow; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } HTML: <h1>Hello World</h1>
2nd Nov 2016, 6:33 PM
Aaron Sarkissian
Aaron Sarkissian - avatar
+ 11
other method ?
3rd Nov 2016, 5:31 AM
Saurav Saini
Saurav Saini - avatar
0
@gopal you can not add text-shadow with PHP, it's not what php does. You would need CSS to add text-shadow. CSS transform how html elements appear, client-side (= in the browser), whereas php manipulates and prints data, server side (= before it appears in the browser).
1st Jan 2017, 12:56 AM
Baptiste Legrand
Baptiste Legrand - avatar
- 1
Plz Tell Me How To Add Text Shadow In Php
4th Nov 2016, 12:17 PM
Gopal Das
Gopal Das - avatar
- 2
:)
24th Nov 2016, 2:51 AM
Lalaine Alvarez
Lalaine Alvarez - avatar