Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created July 3, 2012 22:23
Show Gist options
  • Save ajashton/3043796 to your computer and use it in GitHub Desktop.
Save ajashton/3043796 to your computer and use it in GitHub Desktop.
Drop shadows in Carto
#countries {
::shadow1, ::shadow2, ::shadow3 {
line-color: #024;
line-join: round;
}
::shadow1 {
line-opacity: 0.03;
line-width: 7;
}
::shadow2 {
line-opacity: 0.06;
line-width: 5;
}
::shadow3 {
line-opacity: 0.12;
line-width: 3;
}
polygon-fill: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment