Team:BU Wellesley Software/Notebook/JanooNotebook/test
From 2011.igem.org
(Difference between revisions)
(Created page with "This is where I will be testing WikiEditing, etc. --~~~~") |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | body { | ||
+ | margin-left: -30%; | ||
+ | color: navy; | ||
+ | background: navy; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 200%; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | font-family: monospace; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, p, ul { | ||
+ | font-family: sans-serif; | ||
+ | } | ||
+ | |||
+ | div.box { | ||
+ | border: solid; | ||
+ | border-width: thin; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | div.color { | ||
+ | background: rgb(204,204,255); | ||
+ | padding: 0.5em | ||
+ | border:none; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | <div class="box"> | ||
+ | Box test 1. | ||
+ | </div> | ||
+ | |||
+ | <div class="color"> | ||
+ | Box test 2. | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
This is where I will be testing WikiEditing, etc. --[[User:Jtferns|Jtferns]] 15:51, 14 June 2011 (CDT) | This is where I will be testing WikiEditing, etc. --[[User:Jtferns|Jtferns]] 15:51, 14 June 2011 (CDT) | ||
+ | |||
+ | <h1>test</h1> |
Revision as of 21:22, 14 June 2011
Box test 1.
Box test 2.
This is where I will be testing WikiEditing, etc. --Jtferns 15:51, 14 June 2011 (CDT)