Template:Team:ITESM-CEM/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{CSS/Main}}
 +
<html lang="en">
<html lang="en">
<head>
<head>
Line 7: Line 9:
#top-section {
#top-section {
position: fixed;
position: fixed;
-
top: 0px;
+
top: -5px;
transition: top 0.2s, ease-out;
transition: top 0.2s, ease-out;
}
}
#top-section:hover {
#top-section:hover {
-
     top: 10px;
+
     top: 0px;
}
}

Revision as of 05:18, 3 July 2014