No edit summary
mNo edit summary
Line 1: Line 1:
body {
body {
  background-color: blue;
    background: url(https://www.mediawiki.org/wiki/MediaWiki#/media/File:Wikimedia_Hackathon_Prague_2019_-_Group_Photo_-_CLK_-_cropped.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
}

Revision as of 06:33, 17 April 2023

body {

   background: url(https://www.mediawiki.org/wiki/MediaWiki#/media/File:Wikimedia_Hackathon_Prague_2019_-_Group_Photo_-_CLK_-_cropped.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

}