SpaceHey's profile picture

Published by

published

Privacy: Link-only
Category: SpaceHey

Advent 2022 - Day 1 - Santa hat! 🎅

Happy first of December!
Christmas is in 24 days already (time flies!), so let's get your SpaceHey Profile prepared for Christmas!
Here's a code-snippet to add an animated Santa-hat to your Profile!

<style>
.general-about{
  position: relative;
margin-top: 30px; } .general-about .profile-pic::before{ content: ''; background: url('https://media.giphy.com/media/rXyIg5TrQ3jYuZME1G/giphy.gif') no-repeat; background-size: cover; display: block; width: 100px; height: 100px; z-index: 999; position: absolute; top: -43px; left: -32px; } </style>

Have an awesome day! 🎅