Team:NYMU-Taipei/project.css

From 2014.igem.org

(Difference between revisions)
Line 24: Line 24:
   height: 50px;
   height: 50px;
   border: solid 1px;
   border: solid 1px;
-
  margin-left: 30px;
 
-
  margin-right: 30px;
 
   margin-top: 40px;
   margin-top: 40px;
   border-radius: 8px;
   border-radius: 8px;

Revision as of 13:23, 27 September 2014

.abstract{

 width: 700px;
 margin: 0 auto;
 border: solid 1px;
 border-radius: 8px;
 background: rgb(230, 212, 253);

} .abstract>ul{

 list-style: square;

} .abstract>ul>li{

 width: 650px;
 padding: 10px;
 font-size: 16px;
 margin: 0 auto;
 text-align: justify;

} .cont-panel{

 text-align: center;

} .cont-panel>div{

 display: inline-block;
 width: 160px;
 height: 50px;
 border: solid 1px;
 margin-top: 40px;
 border-radius: 8px;
 background: rgb(230, 212, 253);
 cursor:pointer;
 vertical-align:top;

} .cont-panel>div>p{

 font-size: 18px;
 width: initial;
 text-align: center;
 line-height: 50px;

}