2
The replica of the code: https://codepen.io/utamo/pen/XoyzWN
when applying on the body:
background: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
but when switching to
background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
I know it’s something simple but I lack knowledge at the moment