body {
height:100%;
background: linear-gradient(top, #d808a4 50%, black 50%);
background: linear-gradient(top, #d808a4 50%,black 50%);
background: linear-gradient(to bottom, #d808a4 50%,black 50%);
height: 229vh;
}
I am trying to create a background with two colors - one being black and the other transitioning from pink to purple. So far, I have managed to split it into purple and black, but I would like a gradient that goes from pink to purple instead. Can anyone provide assistance?