UI Deploy

Curated, Short, Web UI Dev we Love.

Touchable Web Design

One key aspect of creating responive, mobile friendly web design is to make buttons, links, menus etc. touchable. By "touchable" I mean "easy to touch with a finger".

Links in web pages are often just normal text size, or perhaps bold. While a text link is easy to hit with a mouse, it can be quite hard to hit with a finger. To compensate for that you can turn text links into button-like elements. What you do is to add background color, border, padding etc. to the <a> element to make it look like a button.

view source

Advertisement