Background Gradient Full Page

PHOTO EMBED

Tue Oct 25 2022 21:21:42 GMT+0000 (Coordinated Universal Time)

Saved by @Antjrobles #css

body {
  background: rgb(34, 193, 195);
  background: linear-gradient(
    0deg,
    rgba(34, 193, 195, 1) 0%,
    rgba(8, 52, 75, 1) 100%
  );
  background-attachment: fixed;
}
content_copyCOPY

https://stackoverflow.com/questions/16841323/making-gradient-background-fill-page-with-css