𝓖𝓸 𝓫𝓪𝓬𝓴 𝓽𝓸 𝓫𝓵𝓸𝓰 𝓱𝓸𝓶𝓮 | 𝓫𝓪𝓼𝓲𝓬 𝓬𝓸𝓭𝓮𝓼 |𝓭𝓮𝓬𝓸𝓻 𝓻𝓮𝓼𝓸𝓾𝓻𝓬𝓮𝓼
Glow Effect
Alter Font Color
Simple
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
.profile h1 { font-family: Playfair Display;
font-size: 32px;
color: #CACDDB; }
</style>
'Monster'
<style>
@import url("https://fonts.googleapis.com/css?family=Creepster");
.w-40 h1{
font-family: Creepster;
font-size: 30px;
text-align: center;
background: -webkit-linear-gradient(#000000, #0047AB);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px black;
}
</style>
Neon Sign by Cory
<style>
@import url('https://fonts.googleapis.com/css2?family=Charmonman&display=swap');
@import url('https://cory.anota.do/spacehey/pdg_neon.css');
:root{ --neon-text-color: #F0F; }
.profile .left h1{ font-family: 'Charmonman', cursive; transform: rotate(-4deg); }
</style>
Custom Style
<style>
.profile h1 {
font-size: insert text size here (50px is the standard);
font-family: insert font here;
font-weight: insert font weight here(bold, light, normal, etc);
background: insert background here;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: insert animation here;
z-index: 100;
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )