Line 559: | Line 559: | ||
color: white; | color: white; | ||
font-size: 18px; | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | img.hoverLarger { | ||
+ | cursor: zoom-in; | ||
+ | transition: 1s; | ||
+ | } | ||
+ | |||
+ | img.hoverLarger:hover{ | ||
+ | transition: 1s; | ||
+ | width:110%; | ||
} | } | ||
Revision as of 00:09, 21 October 2021