sioux-offscreen
Version:
An off screen navigation item. Similar to the menu of the Facebook and Path app
24 lines (19 loc) • 447 B
HTML
<html>
<head>
<title>sioux-core test</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<style type="text/css">
button {
font-size: 33px;
}
button.hover {
background-color: pink;
}
</style>
<script type="text/javascript" src="./main.js"></script>
</head>
<body>
<button class="touch">Touch Me!</button>
</body>
</html>