Here's HTML:
<a href="http://www.google.com" class="item">Hello World!</a>
And this is CSS:
.item {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
text-align: center;
background: white;
}
As you can play from this fiddle: https://jsfiddle.net/hy5ugo96/
How can I enable text selection when dragging mouse within a white-box?
NOTE: please help me find a solution that works with <a>
tag, do not use other tag but you can put any tag inside <a>
.