Difference between revisions of "Template:SJTU-Software/demoCss"

(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...")
 
 
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("SJTU-SOFTWARE.background-demo.png") scroll no-repeat !important; background-size: 100% !important; } .demo{ width: 70%; margin:auto;

       text-align:center;

} h1{

     overflow:visible;

} img{ width: 80% }