Team:Manchester/buttons

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:Manchester/layout/noheader}} <html> <head> - *****************************************************next button****************************************************: .nex...")
Line 54: Line 54:
</head>
</head>
-
<style>
+
</style>
<body>
<body>

Revision as of 10:40, 6 August 2013

/******************************************************next button*****************************************************/ .next a { width:120px; text-decoration:none; color:white; position:fixed; bottom:5px; right:5px; text-align:center; background:#606060; padding:15px; font-style:Trebuchet MS; font-weight:bold; font-size:26px; color:white; } .next a:hover { background:#C0C0C0; color:#606060; } /******************************************************back button*****************************************************/ .back a { width:120px; text-decoration:none; color:white; position:fixed; bottom:4px; left:5px; text-align:center; background:#606060; padding:15px; font-style:Trebuchet MS; font-weight:bold; font-size:26px; color:white; } .back a:hover { background:#C0C0C0; color:#606060; }