Created
November 18, 2016 04:09
-
-
Save monajalal/33d69aca1326f83f59a8e476a6aa62dc to your computer and use it in GitHub Desktop.
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
.my-gallery { | |
width: 100%; | |
float: left; | |
} | |
/* | |
.my-gallery img { | |
width: 100%; | |
height: auto; | |
} | |
*/ | |
.my-gallery img { | |
width: 200px; | |
height: 200px; | |
} | |
.my-gallery figure { | |
display: block; | |
float: left; | |
margin: 0 15px 15px 0; | |
border: 3px solid #000; | |
} | |
.my-gallery figcaption { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment