Template:SJTU-Software/improvementCss
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;
} .improvementContent p{ font-size: 16px; margin-left: 20px; }