Created
April 26, 2021 09:41
-
-
Save ng-the-engineer/856efe42637e73c8dc10a5e79fd645f0 to your computer and use it in GitHub Desktop.
Code snippet of cv2
This file contains hidden or 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
.container { | |
position: relative; | |
width: 100%; | |
} | |
.container:hover .image { | |
opacity: 0.7; /* opacity of the image in popup modal */ | |
} | |
.container:hover .middle { | |
opacity: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment