-
-
Save nfriend21/808340dc0746b2bb6dba5f3e60ca2f10 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
/* COLLAGE IMAGE LAYOUT - BORDER INSTRUCTIONS | |
Here, you only need to change the "border" value, which by default is "3px solid white;". | |
If you want no border at all, replace "3px solid white;" with "none;". | |
If you want to decrease the size of the border, you could do "1px solid white;" | |
*/ | |
.Collage img, | |
.Collage figure .blur { | |
border: 1px solid white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment