Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
Hiwang123 (Talk | contribs)
(Created page with "#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: cen...")
Newer edit →

Revision as of 09:33, 15 August 2014

  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{ }