Team:USTC/css/style.css

.material-icons {

   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1;
   letter-spacing: normal;
   text-transform: none;
   display: inline-block;
   word-wrap: normal;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;

} .team_logo {

   background-image: url(./Ustc_Team_logo.png);
   background-repeat: no-repeat;
   width: 600px;
   height: 600px;
   position: absolute;
   right: -75px;
   top: -68px;
   opacity: 0.7;
   margin-bottom: -600px;

} body {

   background-image:

} .background {

   margin-bottom: -515px;
   overflow: hidden;

} .background::before {

   content: " ";
   display: block;
   position: static;
   border-right: 2560px solid #2196f3;
   border-top: 340px solid #2196f3;

} .background::after {

   content: " ";
   display: block;
   position: static;
   width: 0;
   height: 0;
   border-right: 2560px solid #2196f3;
   border-bottom: 175px solid transparent;

} body {

   width: 100%;

} p {

   font-family: 'Roboto', sans-serif;

} img {

   max-width: 100%;

}