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

Line 10: Line 10:
 
.ana-heading{
 
.ana-heading{
 
     background:#3399ff;
 
     background:#3399ff;
     position:absolute;
+
     position:relative;
 
     top:20px;
 
     top:20px;
 
}
 
}

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:relative;
   top:20px;

}

.title{

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

}

.download{

    text-align:center

}