I don't know a lot about coding and this is actually a school assignment. I want to use position:fixed
while my background is gradient but when I use position:fixed
my background gradient disappears.
body{
height: 92vh;
margin-top: 60px;
width: 100%;
/*position: fixed; Probem when added*/
background-image: linear-gradient(rgb(204, 63, 142), rgb(9, 78, 195));
}
I guess it has a problem with background-image