Hovering Text: (CSS)

Brending Klout Hovering Text: (CSS) a:hover { color: #fff;} ← for links #container: hover {font-size: 2em;} ← makes font twice as big when you hover over the container Example of slow revealing hover : #container:hover { color: #fff; -webkit-transition-duration: 600ms;← chrome/safari -webkit-transition-property: color, background;i -moz-transition-duration: 600ms;← mozilla -moz-transition-property: color, background; -o-transition-duration: 600ms;← opera -0-transition-property: color, background; transition-duration: 600ms;← 600 milisec transition transition-property: color, background;← applies to color&bckgrnd } Enable screen reader

No comments:

Post a Comment