Skip to content

Instantly share code, notes, and snippets.

@wlippold
Created January 9, 2017 18:06
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 wlippold/9601d905ac6f9a377d37aa922f5bd0e8 to your computer and use it in GitHub Desktop.
Save wlippold/9601d905ac6f9a377d37aa922f5bd0e8 to your computer and use it in GitHub Desktop.
Font Effects3
<html>
<head>
<title>#2</title>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Kaushan+Script&effect=neon">
<style>
body {
font-family: 'Kaushan Script', serif;
font-size: 200px;
text-align: center;
background-color: black;
}
</style>
</head>
<body>
<div class="font-effect-neon">NEON</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment