can someone tell me why my gradient text css didn't work ? i try to change color text to gradient but the color text still black
.head{
margin-top: 12rem;
text-align: center;
background: -webkit-linear-gradient(280deg, #27c1c3, #dd2dd5);
text-align: center;
-webkit-background-clip: text;
}
<h1 class="head">Hallo</h1>