Difference between revisions of "Team:Carnegie Mellon/game"
Line 5: | Line 5: | ||
<head> | <head> | ||
<title>Luciferase: The Game</title> | <title>Luciferase: The Game</title> | ||
+ | |||
+ | <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/dancing" rel="stylesheet" type="text/css"/> | ||
+ | <style type="text/css"> | ||
+ | #message { | ||
+ | font-family: 'DancingScriptOTRegular'; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | color: white; | ||
+ | font-size: 20; | ||
+ | } | ||
+ | #message:hover{ | ||
+ | color:red; | ||
+ | } | ||
+ | </style> | ||
<script type="text/JavaScript"> //constants | <script type="text/JavaScript"> //constants | ||
Line 897: | Line 911: | ||
<body> | <body> | ||
<div style="width:50px;background-color:red"> <a href="https://2015.igem.org/Team:Carnegie_Mellon">Home</a> </div> | <div style="width:50px;background-color:red"> <a href="https://2015.igem.org/Team:Carnegie_Mellon">Home</a> </div> | ||
− | <div id="gameWrapper" onclick="main();" style="width:800px; height:800px; position:absolute; background-color:MidnightBlue;overflow:hidden;border-style:outset;border-width:10px;border-color:green"/> | + | <div id="gameWrapper" onclick="main();" style="width:800px; height:800px; position:absolute; background-color:MidnightBlue;overflow:hidden;border-style:outset;border-width:10px;border-color:green"> |
+ | <div id="message">Press to Play</div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:56, 3 August 2015
Press to Play