MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content deleted Content added
No edit summary
No edit summary
Line 5:
background-repeat: no-repeat;
height: 600px;
width: 500px700px;
background-size: 70%
}

Revision as of 10:06, 24 June 2023

/* CSS placed here will be applied to all skins */
#image-box {
  position:center;
  background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
  background-repeat: no-repeat;
  height: 600px;
  width: 700px;
  background-size: 70%
}