(Created page with "body { background-color: black; }")
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body {
body {
  background-color: black;
    background: url(https://en.wikipedia.org/wiki/Image#/media/File:Image_created_with_a_mobile_phone.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}

Latest revision as of 03:38, 18 April 2023

body {

   background: url(https://en.wikipedia.org/wiki/Image#/media/File:Image_created_with_a_mobile_phone.png) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

}