Team:NYMU-Taipei/note.css

From 2014.igem.org

Revision as of 10:18, 15 August 2014 by Hiwang123 (Talk | contribs)
  1. labnote{
 width: 950px;
 border-left: solid 1px;
 margin: 0 auto;
 height:550px;
 overflow:auto;
 position:relative;
 display:inline-block;

}

  1. tabframe{
 float:left;

} .note-tab{

 border: solid 1px;
 line-height: 40px;
 font-size: 20px;
 width: 150px;
 text-align: center;
 margin-left: -100px;
 margin-top: 10px;
 background-color: pink;
 cursor:pointer;

}

.note-content{ }