Team:NYMU-Taipei/project.css

From 2014.igem.org

Revision as of 18:19, 23 September 2014 by Hiwang123 (Talk | contribs)

.abstract{

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

} .abstract>p{

 width: 650px;
 padding: 10px;

} .cont-panel{

 text-align: center;

} .cont-panel>div{

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

} .cont-panel>div>p{

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

}