How to align the text in middle of a span border? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to align the text in middle of a span border?

<span>Some text</span> <style> span { padding:90px; text-shadow: 0px 0px 10px blue; text-transform:uppercase; text-align:center; color: red; border-style:grooved; background-image:url(image.png);} </style> </span> How to align the whole text to the 'middle' of the border box and also tell how to blur the background image.. thanks

15th May 2018, 4:25 PM
Abbhinav Bharadwaj
1 Answer