CSS Creepster Profile Name With Image Background

Hey Everyone!

Here's a code to Add a Background Image to your Profile Name and also change the text style & size.

Its all fully customizable but ill leave it with preset options for you.

you will just need a gif img url for the background of your name.

PASTE THIS CODE IN YOUR ABOUT ME SECTION

if you don't want your text to be in "UPPERCASE change the "TEXT-TRANSFORM" section and leave it empty.

Font size is set quite large so change "TEXT-SIZE if you want it smaller.

the rest of the preset setting should work fine but let me know if you have any issues.

ENJOY!


<style>
@import url('https://fonts.googleapis.com/css2 family=Creepster&display=swap');

h1 {
font-size: 90px!important;
line-height: 80px;
font-family: 'Creepster', cursive;
font-weight:normal;
text-transform: uppercase;
letter-spacing: -1.5px;
color: #000;
text-align:center;
padding-bottom:0px;
padding-top:0px;
text-shadow: 0 0 5px #fff;
background: #000;
background-image:url("IMG URL GOES HERE");
background-position: center;
background-size: 100%;
}
<style>


Korb-Kunn Na Krabp β€πŸ™πŸ»

please feel free to leave a Kudos if you find this helpful.

Upside Down or Petrine Cross


4 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

πŸ¦‡AshaπŸ¦‡

πŸ¦‡AshaπŸ¦‡'s profile picture

Thank you for this!


Report Comment