Jump to content

.text-legendary {

background-image: -webkit-linear-gradient(left,#D68AB0 0%,#D8CE5D 25%,#6BD85D 50%,#5DB9D8 75%,#D85DCB 100%);

background-size: 1000% 1000%;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

-webkit-animation: Text-Legendary 6s infinite;

color: #33cccc;

}

Thats that. If you need to get in touch chances are you can find someone that knows me that can get in touch.

Link to comment
https://linustechtips.com/topic/592808-rainbow-text-in-html-css/#findComment-7711760
Share on other sites

Link to post
Share on other sites

9 minutes ago, thekeemo said:

.text-legendary {

background-image: -webkit-linear-gradient(left,#D68AB0 0%,#D8CE5D 25%,#6BD85D 50%,#5DB9D8 75%,#D85DCB 100%);

background-size: 1000% 1000%;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

-webkit-animation: Text-Legendary 6s infinite;

color: #33cccc;

}

Thanks, I assume this is CSS3 code from the little I know?

Link to comment
https://linustechtips.com/topic/592808-rainbow-text-in-html-css/#findComment-7711815
Share on other sites

Link to post
Share on other sites

Just now, satanicasmrjunkie666 said:

Thanks, I assume this is CSS3 code from the little I know?

Just call it CSS and you are correct.

Thats that. If you need to get in touch chances are you can find someone that knows me that can get in touch.

Link to comment
https://linustechtips.com/topic/592808-rainbow-text-in-html-css/#findComment-7711818
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×