Skip to content

Instantly share code, notes, and snippets.

@towry
Created December 4, 2018 06:40
Show Gist options
  • Select an option

  • Save towry/1b0e0ea6a21732a215631f91347acc1f to your computer and use it in GitHub Desktop.

Select an option

Save towry/1b0e0ea6a21732a215631f91347acc1f to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/bobefucuhi
<!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>
.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