Team:GeorgiaTech/Notebook
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
- | + | <style type="text/css"> | |
+ | div.img{ | ||
+ | width: 70%; | ||
+ | heigth: 300; | ||
+ | background-color: 000000; | ||
+ | } | ||
+ | </style> | ||
<html> | <html> | ||
<!--main content --> | <!--main content --> | ||
- | + | <div class="img"> | |
<img src="https://2014.igem.org/File:Davinci_notebook.jpg" alt="Notebook" align="middle"> | <img src="https://2014.igem.org/File:Davinci_notebook.jpg" alt="Notebook" align="middle"> | ||
+ | </div> | ||
<table width="70%" align="middle"> | <table width="70%" align="middle"> |
Revision as of 01:37, 14 June 2014
<style type="text/css"> div.img{ width: 70%; heigth: 300; background-color: 000000; } </style>
|