set a background with linear gradient
Hi everyone
I get shame to make this request
I want set a background
my html:
my css:
I get this:
6 Replies
I don't understand what is going wrong .
Can I get some idea
to fix it
thanks
you are missing g in deg 🙂
dev tools are great to spot this sort of things 😉
thanks
this is unrelated to this issue, but why set width:100vw; on body? body will already take full width. also if you add more content so the vertical scrollbar appears, then a horizontal scrollbar will also appear. this could be fixed by using svw instead of vw but still, it doesnt make any sense to use it since it already takes 100% of the width by default
people for some odd reason like to slap 100vw or 100vh anywhere 😄
Yeah, i have noticed that 😂