Difference between revisions of "Template:SJTU-Software/screenshotCss"
Ricky chen (Talk | contribs) (Created page with "body{ background: url("https://static.igem.org/mediawiki/2015/a/a3/SJTU-SOFTWARE.background-screenshot.png") scroll no-repeat; background-size: 100%; } .aaa{ height:400px; width...") |
Ricky chen (Talk | contribs) |
||
Line 1: | Line 1: | ||
body{ | body{ | ||
− | background: url("https://static.igem.org/mediawiki/2015/a/a3/SJTU-SOFTWARE.background-screenshot.png") scroll no-repeat; | + | background: url("https://static.igem.org/mediawiki/2015/a/a3/SJTU-SOFTWARE.background-screenshot.png") scroll no-repeat !important; |
− | background-size: 100%; | + | background-size: 100% !important; |
} | } | ||
.aaa{ | .aaa{ |
Latest revision as of 17:19, 18 September 2015
body{ background: url("") scroll no-repeat !important; background-size: 100% !important; } .aaa{ height:400px; width: 100px; } .bbb{ height:200px; } .pics{ text-align: center; } .pics img{ width: 65%; }