Created
December 4, 2018 06:40
-
-
Save towry/1b0e0ea6a21732a215631f91347acc1f to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/bobefucuhi
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| .text { | |
| text-shadow: | |
| -1px -1px 0 #D83024, | |
| 1px -1px 0 #D83024, | |
| -1px 1px 0 #D83024, | |
| 1px 1px 0 #D83024; | |
| color: white; | |
| } | |
| button { | |
| padding: 8px 20px; | |
| font-size: 18px; | |
| background-color: #FE4F4C; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <button> | |
| <span class="text">hello你</span> | |
| </button> | |
| <script id="jsbin-source-css" type="text/css">.text { | |
| text-shadow: | |
| -1px -1px 0 #D83024, | |
| 1px -1px 0 #D83024, | |
| -1px 1px 0 #D83024, | |
| 1px 1px 0 #D83024; | |
| color: white; | |
| } | |
| button { | |
| padding: 8px 20px; | |
| font-size: 18px; | |
| background-color: #FE4F4C; | |
| }</script> | |
| </body> | |
| </html> |
This file contains hidden or 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
| .text { | |
| text-shadow: | |
| -1px -1px 0 #D83024, | |
| 1px -1px 0 #D83024, | |
| -1px 1px 0 #D83024, | |
| 1px 1px 0 #D83024; | |
| color: white; | |
| } | |
| button { | |
| padding: 8px 20px; | |
| font-size: 18px; | |
| background-color: #FE4F4C; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment