Difference between revisions of "Team:Hawaii/Gina"

Line 10: Line 10:
  
 
<!-- BODY START -->
 
<!-- BODY START -->
<br>
+
<body>
<br>
+
 
+
<div style="background-color:green">
+
<h1>RESEARCH JOURNAL</h1>
+
</div>
+
 
+
<br>
+
+
<p>This is where you write things.</p>
+
 
+
+
<h1>5/16/18; Super Cool Protein Purification </h1>
+
<p>Today we purified this super cool protein.</p>
+
 
Test Hello   
 
Test Hello   
  
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/92/three.js"></script>
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/92/three.js"></script>
 +
<script src="app.js"></script>
 +
</body>
 +
<!-- BODY END -->
  
<!-- BODY END -->
+
<style>
 +
body {
 +
  margin: 0px;
 +
  width: calc(100vw);
 +
  height: calc(100vh);
 +
  background-color: yellow;
 +
}
 +
</style>
 
<script>
 
<script>
 
window.onload = function() {
 
window.onload = function() {

Revision as of 19:46, 17 May 2018

Test Hello