How you you add a url link to a card?

Anyone know of a way to add a link to the entire weather card? I have multiple card and if I click one of them I’d like a new tab to open with a link to a more detailed forecast like this:

https://forecast.weather.gov/MapClick.php?textField1=38.4404674&textField2=-122.71443139999997#.Vz96jfkrKUk

Somewhere here?


style: |
          ha-card {
            background-image: url(/local/icons/sr.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center 20px;
           }

I found this, but it’s not quite what I need - how do you get the link there in Lovelace?