I want to link a sentence that's 3 lines long. It seems simple enough, but I can't figure out an elegant way to make the space between the lines clickable too. Here's my code:
<style>
a {
color: #000;
border-bottom: 1px solid #000;
padding-bottom: 5px;
text-decoration: none;
font-size: 20px;
line-height:40px;
}
</style>
<a href="#">Lorem ipsum dolor sit amet,<br/>
consectetur adipiscing elit,<br/>
sed do eiusmod tempor</a>
Fiddle: http://jsfiddle.net/zbxyjdvb/