Skip to content

Instantly share code, notes, and snippets.

@johnnymillergh
Created September 9, 2023 06:17
Show Gist options
  • Save johnnymillergh/70918996da9afc3144c876691b3642ef to your computer and use it in GitHub Desktop.
Save johnnymillergh/70918996da9afc3144c876691b3642ef to your computer and use it in GitHub Desktop.
Music Station
<span>Johnny Miller</span>
<style type="text/css">
span {
font-weight: bold;
background: -webkit-linear-gradient(0deg, #205598, #4098dc, #58afbc, #df92ab, #ce5e6f, #d14280, #5d3073);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment