diff --git a/index.html b/index.html new file mode 100644 index 0000000..8878c05 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + + Virtual Keyboard + + +

Virtual Keyboard

+
+ +
+
+ + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..0166338 --- /dev/null +++ b/main.css @@ -0,0 +1,15 @@ +body { + font-size: medium; + background-color: #e5e5e5; +} + +.wrapper { + padding: 20px; + margin: 5px 0; + background-color: #222222; +} + +textarea { + font-size: 20px; + width: 100%; +} \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..e69de29