Personal web interface for the BasicKeyboard program.

Dependents:   BasicKeyboard

Revision:
0:f456beccdf56
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tiCss.css	Tue Oct 07 18:34:04 2014 +0000
@@ -0,0 +1,5 @@
+h1 { font-size: 24px; font-weight: bold; position: relative; text-align: center; }
+#sensorStat{ font-weight: bold; } 
+#container{ background-color: CornflowerBlue; font-family: "Georgia", "Lucida Sans"; font-variant: small-caps; font-size: 20px; }
+#keypressTable{ position: relative; font-weight: bold; font-size: 40px; color: #000; text-align: center; float: center; border: 2px solid black; }
+#keypress{ font-size: 50px; padding-left: 10px;}