Difference between revisions of "Team:SUSTech Shenzhen/themeCss"

Line 24: Line 24:
 
   font-family: Lato, inherit;
 
   font-family: Lato, inherit;
 
}  
 
}  
  #header_words{
+
  .header_content{
 
position: absolute;
 
position: absolute;
 
}
 
}
Line 31: Line 31:
 
     width:100%;
 
     width:100%;
 
     height:300px;
 
     height:300px;
}
 
  .abstractContent {
 
  text-align: center;
 
    margin:0 auto;
 
    padding: 20px;
 
    border-radius:25px;
 
    box-shadow: 10px 10px 5px #888888;
 
    width: 80%;
 
    height: 40%;
 
}
 
  .abstract {
 
    margin:0 auto;
 
    border-radius:25px;
 
    box-shadow: 5px 5px 10px #888888;
 
    width:150px;
 
 
}
 
}
 
   #content {
 
   #content {

Revision as of 08:16, 9 October 2016

Team SUSTC-Shenzhen