Team:Edinburgh/HP/

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <style> #top-section #p-logo, #top-section #search-controls { di...")
Line 18: Line 18:
   }
   }
-
   #header {
+
   #tempheader {
       background: #80B584;
       background: #80B584;
       color: #FFF;
       color: #FFF;
Line 25: Line 25:
       font-size: x-large;
       font-size: x-large;
       text-align: center;
       text-align: center;
 +
      transition: 0.5s
 +
  }
 +
 +
  #tempheader:hover {
 +
      background: #9C9;
   }
   }

Revision as of 14:41, 7 October 2014

Human Practices