How we can insert background image on the registration form | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How we can insert background image on the registration form

12th Jan 2017, 3:15 AM
pradeep prajapati
3 Respuestas
+ 4
Oh yes I forgot url, no wonder it looked so weird to me at first.
12th Jan 2017, 6:56 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 3
CSS : form {background: myImage.jpg no-repeat} This is wrong, use visph's answer instead.
12th Jan 2017, 5:28 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
@cheeze: Isn't it better as this: form { background: url('url/to/my_image.jpg') no-repeat; } ;) :P
12th Jan 2017, 6:14 AM
visph
visph - avatar