I have shape of triangle on which click I want client to navigate in another page.
But link goes in whole square. How can I solve that?
my div is:
div{
    border-bottom: 50px solid red;
    border-right: 50px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    line-height: 75px;
}
 
     
    