Last active
June 19, 2018 11:17
-
-
Save Sampath-Lokuge/8300f27108403ccad9e2ae2cee8b913c to your computer and use it in GitHub Desktop.
gallery.component.css
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
.tn { | |
margin: 2px 0px; | |
box-shadow: #999 1px 1px 3px 1px; | |
cursor: pointer; | |
width: 100%; | |
height: 200px; | |
} | |
.selectedImage { | |
width: 100%; | |
position: relative; | |
} | |
.thumbnailImage { | |
width: 100%; | |
height: 300px; | |
} | |
div.desc { | |
padding: 15px; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment