Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jimkang
Created September 4, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimkang/6a9df6c0b65effc7c7aa6885e526ceb1 to your computer and use it in GitHub Desktop.
Save jimkang/6a9df6c0b65effc7c7aa6885e526ceb1 to your computer and use it in GitHub Desktop.
Kinda crappy but amusing faux wood grain border with `border-image`
.box {
border-image: repeating-linear-gradient(40deg, hsl(30, 50%, 15%), hsl(20, 50%, 30%), hsl(25, 40%, 20%) 8px) 60;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment