Background gradient isn't working when I centered the page horizontally and vertically. Here's the code:
body {
  background: linear-gradient(to right, #CB356B 0%, #BD3F32 100%);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}<h1>Lorem Ipsum</h1>I tried that as well, but it's not working too, unless I add margin to body, which I don't want there.
Thanks.
 
     
    