Background image using css | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Background image using css

I'm creating a blog/portal page for myself ("My Blog Page"). I had an image set with <style> tags inside the <head> but instead of the image coming in as one image in the background, it multiplied it like pixels across the page (6 images instead of 1) how do I get one standard background image for my page and why is this happening? Can anyone please help???

23rd Dec 2017, 11:53 PM
Larry Foster
Larry Foster - avatar
2 Respuestas
+ 4
Use this CSS property background-repeat:no-repeat;
24th Dec 2017, 12:22 AM
Ranjan Bagri
Ranjan Bagri - avatar
0
it's because your image resolution is much smaller than your screen..
24th Dec 2017, 12:57 AM
Ahmad Rafsanjani
Ahmad Rafsanjani - avatar