Gary's profile picture

Published by

published

Category: Layouts

Make your username stand out!

Feel free to tweak the code, but put this in between your <style> </style> tags to make your username glamorous! ✨


@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

.profile h1 { -webkit-text-stroke: 2px crimson;
color:transparent;
-webkit-transform: perspective(200px) rotateX(20deg);
font-family: "Russo One", sans-serif;
font-size: 60px;
background-image: url(https://i.pinimg.com/originals/04/2e/28/042e28021c6d8cdd2d69b0425fbf510b.gif) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
background-size: 30% 60% !important; }

Kudos: 6

Comments

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

Now this one will work! Good job! People will love that (:


Report Comment