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

Line 20: Line 20:
  
 
.ana-body >p{
 
.ana-body >p{
     font-size:18px;
+
     font-size:17px;
  
 
}
 
}

Revision as of 03:02, 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;

} .ana-body{

   position:relative;
   top:-16px;

}


.ana-body >p{

   font-size:17px;

} .title{

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

}

.download{

    text-align:center

}