Big Rainbow Comic Sans!!

Copy the code below n you can make big rainbow comic sans! it's not animated, and it has a slight glow!



<style>

.rainbow-text {

font-family: Comic Sans MS, cursive, sans-serif;

font-weight: bold;

font-size: 20px;

text-shadow: rgba(255, 255, 255, 0.49) 1px 2px 3px;

}

.rainbow-text .block-line > span {

display: inline-block;

}

.block-line {

background-image: linear-gradient(90deg,#ff0000,#ff2b00,#ff5500,#ff8000,#ffaa00,#ffd500,#ffff00,#d4ff00,#aaff00,#80ff00,#55ff00,#2bff00,#00ff00,#00ff2b,#00ff55,#00ff80,#00ffaa,#00ffd5,#00ffff,#00d4ff,#00aaff,#007fff,#0055ff,#002bff,#0000ff,#2a00ff,#5500ff,#7f00ff,#aa00ff,#d400ff,#ff00ff);

color: #0000;

-webkit-background-clip: text;

background-clip: text;

}


</style>

<body><div class="rainbow-text" style="text-align: center;">

<span class="block-line">TEXT GOES HERE</span>

</div>

</body>


14 Kudos

Comments

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