Team:Nanjing NFLS/team.html

From 2014hs.igem.org

(Difference between revisions)
(Created page with "<html> <head> <title>JavaScript图片特效</title> <style type="text/css"> html { overflow: hidden; } body { position: absolute; margin: 0px; padding: 0px; backgrou...")
Line 10: Line 10:
margin: 0px;
margin: 0px;
padding: 0px;
padding: 0px;
-
background: #111;
+
background: #E3E3E3;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
Line 17: Line 17:
position: absolute;
position: absolute;
left: 10%;
left: 10%;
-
top: 10%;
+
top: 20%;
width: 80%;
width: 80%;
height: 80%;
height: 80%;

Revision as of 07:13, 19 June 2014

JavaScript图片特效