Template:Nav
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<head> | <head> | ||
<title>Georgia State Home</title> | <title>Georgia State Home</title> | ||
- | + | <style> | |
+ | .rotate{ | ||
+ | -webkit-transition-duration: 0.8s; | ||
+ | -moz-transition-duration: 0.8s; | ||
+ | -o-transition-duration: 0.8s; | ||
+ | transition-duration: 0.8s; | ||
+ | |||
+ | -webkit-transition-property: -webkit-transform; | ||
+ | -moz-transition-property: -moz-transform; | ||
+ | -o-transition-property: -o-transform; | ||
+ | transition-property: transform; | ||
+ | |||
+ | overflow:hidden; | ||
+ | |||
+ | } | ||
+ | |||
+ | .rotate:hover | ||
+ | { | ||
+ | -webkit-transform:rotate(360deg); | ||
+ | -moz-transform:rotate(360deg); | ||
+ | -o-transform:rotate(360deg); | ||
+ | } | ||
+ | </style> | ||
<link rel="stylesheet" href="https://googledrive.com/host/0B4nfVqlTfnTzUDRuXzd2R0NTSjA" type="text/css" /> | <link rel="stylesheet" href="https://googledrive.com/host/0B4nfVqlTfnTzUDRuXzd2R0NTSjA" type="text/css" /> | ||
Revision as of 18:55, 3 June 2013