+ 1
Why is the background doing that weird
The background repeats itsself on my phone, how is that working and how can i fix it https://code.sololearn.com/Wb56j9H1t41v/?ref=app
3 Respostas
+ 21
html {
background:linear-gradient(50deg, #12faaf, #faaafa) no-repeat;
background-size:100vw 100vh;
}
/* try this */
+ 19
viewport
0
thanks, but what exactly does vw and vh stand for?
.......width and
.......height