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

Line 9: Line 9:
  
 
.ana-heading{
 
.ana-heading{
     background:#3399ff
+
     background:#3399ff;
 +
    position:absolute;
 +
    top:0px;
 
}
 
}
  

Revision as of 02:54, 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:0px;

}

.title{

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

}

.download{

    style="text-align:center"

}