Team:Frankfurt/Footer
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
font-family: 'trebuchet ms', sans-serif; | font-family: 'trebuchet ms', sans-serif; | ||
font-size: 100%; | font-size: 100%; | ||
- | height: | + | height: 40px; |
padding: 25px 0 5px 0; | padding: 25px 0 5px 0; | ||
text-align: center; | text-align: center; | ||
- | + | background: #1C86EE; | |
+ | background: -moz-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1c63b7),color-stop(1, #1C86EE)); | ||
+ | background: -webkit-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -o-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: -ms-linear-gradient(#1C86EE, #1c63b7); | ||
+ | background: linear-gradient(#1C86EE, #1c63b7); | ||
color: #1c63b7;; | color: #1c63b7;; | ||
} | } | ||
Line 20: | Line 26: | ||
} | } | ||
- | footer a { | + | footer a { |
- | color: # | + | font: bold 12px/25px Arial, Helvetica; |
+ | color: #7FFF00; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 57: | Line 64: | ||
<body> | <body> | ||
<footer> | <footer> | ||
- | <p><a href="index.html">Home</a> | <a href=" | + | <div class="container" |
+ | <p><a href="index.html">Home</a> | <a href="page.html">Project</a> | <a href="page.html">Biobricks</a>| <a href="page.html">Modeling</a> | <a href="page.html">Notebook</a> | <a href="page.html">Human Practice</a> | <a href="another_page.html">Attributions</a> | <a href="contact.php">Contact Us</a></p> | ||
+ | </div> | ||
</footer> | </footer> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 10:02, 3 October 2013