Background img Center

PHOTO EMBED

Fri May 26 2023 09:57:41 GMT+0000 (Coordinated Universal Time)

Saved by @Antjrobles #css

body {
  background-image: url('https://images.pexels.com/photos/1285625/pexels-photo-1285625.jpeg?auto=compress&cs=tinysrgb&w=1600');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
content_copyCOPY