Team:NYMU-Taipei/project.css

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
}
}
.cont-panel{
.cont-panel{
 +
  text-align: center;
}
}
.cont-panel>div{
.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{
.cont-panel>div>p{
 +
  font-size: 18px;
 +
  width: initial;
 +
  text-align: center;
 +
  line-height: 50px;
}
}

Revision as of 17:46, 23 September 2014

.abstract{

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

} .abstract>p{

 width: 650px;
 padding: 15px;

} .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;

}