Skip to content

Instantly share code, notes, and snippets.

@nfriend21
Created January 6, 2017 16:55
Show Gist options
  • Save nfriend21/808340dc0746b2bb6dba5f3e60ca2f10 to your computer and use it in GitHub Desktop.
Save nfriend21/808340dc0746b2bb6dba5f3e60ca2f10 to your computer and use it in GitHub Desktop.
/* 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