how can we change the text postion in the background image. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

how can we change the text postion in the background image.

8th Jun 2017, 2:20 AM
Sanjeev Kumar Jaiswal
Sanjeev Kumar Jaiswal - avatar
3 Respostas
+ 5
background position :Ā value;
8th Jun 2017, 2:24 AM
yassou
yassou - avatar
+ 3
Assuming you have a <div> block with an image set as its background. Now you let's have a <h1> in it. Create following css rule .text { margin: 0 auto; padding:10px 20px; z-index:1 } Apply the rule on <h1 style = "text">... </h1>
8th Jun 2017, 5:07 AM
ą¤¦ą„‡ą¤µą„‡ą¤‚ą¤¦ą„ą¤° ą¤®ą¤¹ą¤¾ą¤œą¤Ø (Devender)
ą¤¦ą„‡ą¤µą„‡ą¤‚ą¤¦ą„ą¤° ą¤®ą¤¹ą¤¾ą¤œą¤Ø (Devender) - avatar
0
I tried but nothing happened Can u provide examples with codes
8th Jun 2017, 3:13 AM
Sanjeev Kumar Jaiswal
Sanjeev Kumar Jaiswal - avatar