0
who can use an image for the overall background of your web page
<style> body { background-image: url('https://solo-learn.com/img/364728-647528-g175gu-8258jpg'); background-repeat: no-repeat; background size: cover; text-align:center; } </style>
2 ответов
+ 5
Do you have a question? Maybe reading these might help:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
https://code.sololearn.com/WZ8lkR6gTex6/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/3021159/?ref=app
+ 5
<style>
body {
background-image: url('https://assets.sololearn.com/success-story-1.jpg');
background-repeat: no-repeat;
background size: cover;
text-align:center;
}
</style>