Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created November 15, 2018 19:33
Show Gist options
  • Save RiodeJaneiroo/d15c93bc0adbf13f4ca70e5dc168de43 to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/d15c93bc0adbf13f4ca70e5dc168de43 to your computer and use it in GitHub Desktop.
[CSS border - dashed styling] #css #border
.expl {
background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: #d9d3cb; stroke-width: 4; stroke-dasharray: 8 8'/></svg>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment