Created
July 23, 2014 16:02
-
-
Save edprince/3ed7501176e2900760a5 to your computer and use it in GitHub Desktop.
index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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