This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Custom CSS code for PSD to WordPress Tutorial by WP Academy | |
* Author Name: WP Academy | |
* Author URL: https://wpacademy.pk | |
**/ | |
.wpac-service-box { | |
transition: 0.5s all; | |
} | |
.wpac-service-box:hover { | |
transform: scale(1.05); |