Skip to content

Instantly share code, notes, and snippets.

@robhob
Created September 15, 2017 06:43
Show Gist options
  • Save robhob/6f1e382fb62163e890857d40c3989562 to your computer and use it in GitHub Desktop.
Save robhob/6f1e382fb62163e890857d40c3989562 to your computer and use it in GitHub Desktop.
.et_pb_pricing_table:hover {
transform: scale(1.1);
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
z-index: 99;
transition-duration: 3s; /* Specifies how many seconds or milliseconds a transition effect takes to complete. */
-webkit-transition-duration: 5s; /* Safari */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment