SpaceHey's profile picture

Published by

published
updated

Privacy: Link-only
Category: SpaceHey

Advent 2022 - Day 23 - Glitter Text!

Happy December 23rd!

Today I'll show you, how you can fill any Text on your Profile (for example your name) with a graphic - E.g. a snowy-glitter GIF!

Here's how:

<style>
h1{
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/191814/blue_glitter.gif') repeat;
  color: transparent;
  background-clip: text;
  font-size: 20em;
}
</style>
[GIF SOURCE]

Alternatively, you can use a Glitter Text-GIF Generator like textanim.com or glittermaker.com to generate an animated Text Graphic you can embed on your Profile!

Hope you like it!

Have a super-festive day!