'my --webkit-background-clip and --webkit-text-fill-color is not working

#navbar_logo {
  background-color: #ff8177;
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  background-size: 100%;
  --webkit-background-clip: text;
  --moz-background-clip: text;
  --webkit-text-fill-color: transparent; i do not know why it is not working
  --moz-text-fill-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

i do not know why it is not working i am doing all what other person is doing on youtube



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source