Code Test Area

HTML Test

<div class="sample">Try your HTML here by HiGenZ.Com</div>

CSS Test

.sample {background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);background-size: 400% 400%;-webkit-background-clip: text;background-clip: text;color: transparent;animation: gradientAnimation 8s ease infinite; }

JavaScript Test

document.querySelector('.sample').style.backgroundColor = 'blue';
=