Created
June 12, 2020 09:57
-
-
Save igmoweb/a56de97a4c6711b652f828a97d27cf8e to your computer and use it in GitHub Desktop.
Boxed style for Gutenberg format sample: https://gist.github.com/igmoweb/ef3cc57854f8b8515bca711fad573810
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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