Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created April 26, 2021 09:41
Show Gist options
  • Save ng-the-engineer/856efe42637e73c8dc10a5e79fd645f0 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/856efe42637e73c8dc10a5e79fd645f0 to your computer and use it in GitHub Desktop.
Code snippet of cv2
.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