How do you make the image fit the whole page rather than repeating? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How do you make the image fit the whole page rather than repeating?

9th Apr 2020, 6:47 PM
Nfon Andrew Tatah
Nfon Andrew Tatah - avatar
4 Réponses
+ 3
Nfon Andrew Tatah , it'll be better if you share your code. https://www.sololearn.com/post/75089/?ref=app Also try using background-position:center;
9th Apr 2020, 6:57 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 1
background-size:cover; or background-size:contains;
9th Apr 2020, 6:50 PM
visph
visph - avatar
0
From above its fixes background image on one side of the page
9th Apr 2020, 6:56 PM
Nfon Andrew Tatah
Nfon Andrew Tatah - avatar