Team:NYMU-Taipei/note.css

From 2014.igem.org

Revision as of 09:33, 15 August 2014 by Hiwang123 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. labnote{
 width: 950px;
 border-left: solid 1px;
 margin: 0 auto;

}

.note-tab{

 border: solid 1px;
 line-height: 40px;
 font-size: 20px;
 width: 150px;
 text-align: center;
 margin-left: -152px;
 position: fixed;
 background-color: pink;

}

.note-content{ }