Skip to content

Instantly share code, notes, and snippets.

@alvises
Last active February 28, 2023 07:16
Embed
What would you like to do?
Phoenix LiveView Gallery with Slideshow
/* to add to assets/css/app.css */
.thumb-selected {
border: 4px solid #0069d9;
}
.thumb-unselected {
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment