Difference between revisions of "Template:SJTU-Software/demoCss"
Ricky chen (Talk | contribs) (Created page with "body{ background:url("https://static.igem.org/mediawiki/2015/f/f2/SJTU-SOFTWARE.background-demo.png") scroll no-repeat !important; background-size: 100% !important; } .demo{ widt...") |
Ricky chen (Talk | contribs) |
||
Line 6: | Line 6: | ||
width: 70%; | width: 70%; | ||
margin:auto; | margin:auto; | ||
+ | text-align:center; | ||
+ | } | ||
+ | h1{ | ||
+ | overflow:visible; | ||
} | } | ||
img{ | img{ | ||
width: 80% | width: 80% | ||
} | } |
Latest revision as of 22:18, 18 September 2015
body{ background:url("") scroll no-repeat !important; background-size: 100% !important; } .demo{ width: 70%; margin:auto;
text-align:center;
} h1{
overflow:visible;
} img{ width: 80% }