Skip to content

Instantly share code, notes, and snippets.

@edprince
Created July 23, 2014 16:02
Show Gist options
  • Save edprince/3ed7501176e2900760a5 to your computer and use it in GitHub Desktop.
Save edprince/3ed7501176e2900760a5 to your computer and use it in GitHub Desktop.
index.html
<html>
<head>
<title>communicate with device</title>
<style type=text/css>
.btn {
border-radius: 5px;
height: :50px;
width: 150px;
font-family: Ubuntu;
text-align: center;
color: #666;
border-bottom: solid 5px #ccc;
-webkit-user-select: none;
}
.btn:hover {
color: #999
cursor: pointer;
}
</style>
</head>
<body>
<button class="btn">Display temperature</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment