Difference between revisions of "Template:SJTU-Software/improvementCss"
Ricky chen (Talk | contribs) (Created page with "body{ background: url("https://static.igem.org/mediawiki/2015/d/d1/SJTU-SOFTWARE.background-development.png") fixed no-repeat!important; background-size:100% !important; }...") |
Ricky chen (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 29: | Line 29: | ||
background-color: rgba(255,255,255,0.5); | background-color: rgba(255,255,255,0.5); | ||
box-shadow: 5px 5px 7px 1px gray; | box-shadow: 5px 5px 7px 1px gray; | ||
+ | padding-left:40px; | ||
+ | padding-right:40px; | ||
+ | padding-bottom:40px; | ||
+ | padding-top:40px; | ||
} | } |
Latest revision as of 20:57, 18 September 2015
body{ background: url("") fixed no-repeat!important;
background-size:100% !important;
}
body .improvementTitle{ width: 200px; height: 200px; position: relative; margin: auto; margin-top: 50px; border-radius: 100px; box-shadow: 5px 5px 7px 1px gray; line-height: 200px; background-color: rgba(255,255,255,0.5); }
.improvementTitle h1{ text-align: center; font-size: 24px; }
body .improvementContent{ width: 80%; position: relative; margin: auto; margin-top: 50px; border-radius: 10px; background-color: rgba(255,255,255,0.5); box-shadow: 5px 5px 7px 1px gray;
padding-left:40px; padding-right:40px; padding-bottom:40px; padding-top:40px;
} .improvementContent p{ font-size: 16px; margin-left: 20px; }