Difference between revisions of "Template:SZU China/Playground/Hint/CSS"

Line 11: Line 11:
 
     background:#3399ff;
 
     background:#3399ff;
 
     position:absolute;
 
     position:absolute;
     top:0px;
+
     top:20px;
 
}
 
}
  
Line 19: Line 19:
  
 
.download{
 
.download{
     style="text-align:center"
+
     text-align:center
 
}
 
}

Revision as of 02:55, 16 September 2015

.analysis{

  display:inline-block ;
  width:700px;
  text-align:center;
  border:2px solid #3399ff;
   margin-left:10px;
  

}

.ana-heading{

   background:#3399ff;
   position:absolute;
   top:20px;

}

.title{

   color:#fff; border:2px solid #3399ff

}

.download{

    text-align:center

}