the problem
problem2
main h2{ margin: 0; animation: flow 10s ease-in-out infinite; background: linear-gradient(-60deg, hsl(134, 85%, 66%), hsl(135, 100%, 62%), #93f9b9); --webkit-background-clip: text; background-clip: text; background-size: 350%; -webkit-text-fill-color: rgb(34, 35, 42); font-family: "Sen", sans-serif; font-size: 350%; }
Title explains it basically
I’ve tried searching for a solution. Changing background size is one of them.
New contributor
shura is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.