Difference between revisions of "Template:SJTU-Software/AttributionsCss"
Ricky chen (Talk | contribs) (Created page with "body{ background-image: url("https://static.igem.org/mediawiki/2015/f/fc/SJTU-SOFTWARE.background-safety.png") !important; background-size: 100% !important; } body .attributionTi...") |
Ricky chen (Talk | contribs) |
||
Line 28: | Line 28: | ||
.attributionContent img{ | .attributionContent img{ | ||
− | width: | + | width: 100%; |
− | + | ||
border-radius: 150px; | border-radius: 150px; | ||
} | } |
Revision as of 23:48, 18 September 2015
body{ background-image: url("") !important; background-size: 100% !important; }
body .attributionTitle{ 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); }
.attributionTitle h1{ text-align: center; }
.attributionContent{ width: 80%; position: relative; margin: auto; margin-top: 50px; }
.attributionContent img{ width: 100%;
border-radius: 150px; }