Safety.html
From 2014.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | $(selector).mouseover(function(){ | ||
+ | $("button").mouseover(function(){ | ||
+ | $("button").css("background-color","yellow"); | ||
+ | }); | ||
+ | }); | ||
+ | $(document).ready(function(){ | ||
+ | $("button").mouseover(function(){ | ||
+ | $("div").animate({left:'250px'}); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | body{font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;} | ||
+ | p.style1{padding-left: 10cm;padding-right: 10cm;} | ||
+ | </style> | ||
+ | <link href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>aaa</h1> | ||
+ | </body> | ||
+ | </html> |
Revision as of 04:35, 8 October 2014