Difference between revisions of "Team:BioMarvel/Project/Overview"

(Created page with "<html> <style> #mainBox { width: 950px height: all; background-color: #e5e5e5; } .leftBox { width: 200px height: 100%; color: black; float: left;...")
 
(Replaced content with "{{BioMarvel}} <html> <body> </body> </html>")
Line 1: Line 1:
 +
{{BioMarvel}}
 
<html>
 
<html>
<style>
+
 
#mainBox {
+
<body>
width: 950px
+
 
height: all;
+
background-color: #e5e5e5;
+
}
+
.leftBox {
+
width: 200px
+
height: 100%;
+
color: black;
+
float: left;
+
text-align: center;
+
font-family: serif;
+
font-size: 150%;
+
border-right: 1px gray solid;
+
padding: 10px
+
}
+
.rightBox {
+
width: 750px;
+
color: black;
+
float: left;
+
padding-left: 20px;
+
text-align: left;
+
font-family: sans-serif;
+
}
+
</style>
+
<body id="mainBox">
+
<aside class="leftBox">
+
<h3>PROJECT</h3>
+
</aside>
+
<section class="rightBox">
+
<p>contents</p>
+
<p>blahblah</p>
+
</section>
+
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 04:03, 5 September 2018