Team:ITESM-CEM/POPMENU
From 2014.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | #top-section { | ||
+ | height: 10px; | ||
+ | position: fixed; | ||
+ | top: -9px; | ||
+ | transition: top 0.2s, ease-out; | ||
+ | transition-delay: 0.2s; | ||
+ | } | ||
+ | |||
+ | #top-section:hover { | ||
+ | top: 0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
<title>TEC-CEM Plasmenu</title> | <title>TEC-CEM Plasmenu</title> | ||
</head> | </head> |
Revision as of 18:24, 4 July 2014