#try_it_now h1  {   text-indent: -9999px;   line-height: 0; /* Collapse the original line */ }  #try_it_now h1::after {   content: "Click to begin";   text-indent: 0;   display: block;   line-height: initial;  }