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

 
Line 28: Line 28:
  
 
.attributionContent img{
 
.attributionContent img{
width: 100%;
+
width: 300px;
 
+
        height: 300px;
 
border-radius: 150px;
 
border-radius: 150px;
 
}
 
}

Latest revision as of 23:49, 18 September 2015

body{ background-image: url("SJTU-SOFTWARE.background-safety.png") !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: 300px;

       height: 300px;

border-radius: 150px; }