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

Line 12: Line 12:
 
     position:relative;
 
     position:relative;
 
     top:-20px;
 
     top:-20px;
 +
}
 +
.ana-boyd{
 +
    position:relative;
 +
    top:-5px;
 
}
 
}
 +
  
 
.ana-body >p{
 
.ana-body >p{

Revision as of 02:59, 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-boyd{

   position:relative;
   top:-5px;

}


.ana-body >p{

   font-size:12px;

} .title{

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

}

.download{

    text-align:center

}