Template:Team:DukeHomePage/CSS
From 2014.igem.org
(Difference between revisions)
Line 124: | Line 124: | ||
font-weight:bold; | font-weight:bold; | ||
overflow:hidden; | overflow:hidden; | ||
- | + | -webkit-transition: all 1s ease; | |
- | + | ||
- | + | ||
-moz-transition: all 1s ease; | -moz-transition: all 1s ease; | ||
- | -o-transition: all 1s ease; | + | -o-transition: all 1s ease; |
} | } | ||
Line 136: | Line 134: | ||
width: 110px; | width: 110px; | ||
height: 110px; | height: 110px; | ||
+ | margin-left: -5px; | ||
} | } | ||
+ | |||
+ | /*Example 2 #container { width: 300px; margin: 0 auto; } #ex2 img{ height: 100px; width: 300px; margin: 15px 0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; } #ex2 img:hover { height: 133px; width: 400px; margin-left: -50px; } */ | ||
+ | |||
/* Button menu is black and aligned with big text */ | /* Button menu is black and aligned with big text */ |
Revision as of 14:53, 22 July 2014