Team:TAS Taipei/Templates/jsCanvas

From 2014hs.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
-
<head>
 
-
<style>
 
-
body {
 
-
        margin: 0px;
 
-
        padding: 0px;
 
-
      }
 
-
img.rounded {
 
-
    width: 50px;
 
-
    height: 50px;
 
-
    -webkit-border-radius: 25px;
 
-
    -moz-border-radius: 25px;
 
-
    border-radius: 25px;
 
-
}
 
-
#bioCanvas {
 
-
}
 
-
</style>
 
-
</head>
 
-
 
     <script>
     <script>
       window.requestAnimFrame = (function(callback) { //sending all screen repaints to browser
       window.requestAnimFrame = (function(callback) { //sending all screen repaints to browser

Revision as of 08:52, 28 April 2014