Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Created June 12, 2020 09:57
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 igmoweb/a56de97a4c6711b652f828a97d27cf8e to your computer and use it in GitHub Desktop.
Save igmoweb/a56de97a4c6711b652f828a97d27cf8e to your computer and use it in GitHub Desktop.
Boxed style for Gutenberg format sample: https://gist.github.com/igmoweb/ef3cc57854f8b8515bca711fad573810
.boxed {
vertical-align: baseline;
border: 1px solid #ec8777;
background: linear-gradient(to right, #e5a98c, #f5a593, #f7a6a0);
border-radius: 4px;
padding: 3px 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment