727
edits
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
} | } | ||
#imageContainer img{ | #imageContainer img{ | ||
height: | height:100%; | ||
overflow:hidden; | overflow:hidden; | ||
width: | width:100% | ||
} | } | ||
#imageContainer img:hover{ | #imageContainer img:hover{ | ||
height: | height:120%; | ||
overflow:visible; | overflow:visible; | ||
width: | width:120% | ||
} | } |
edits