5785 shaares
make everything a link
<a href="pages/lists/listTransitional.html" class="entrance">Enter the kiosk</a>
.entrance {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-indent: -9999px; / we don't need to see the text, but some users and robots such as Google do /
}