diff --git a/test.css b/test.css new file mode 100644 index 0000000..920400e --- /dev/null +++ b/test.css @@ -0,0 +1,26 @@ +body { + font-family: Verdana; + font-size: 12px; +} + +table td { + width: 150px; + padding: 5px; + border-radius: 3px; +} + +table thead.headings td { + background-color: #666666; + color: #ffffff; +} + +table tr td { + background-color: #cccccc; +} + +a.button { + padding: 5px; + border-radius: 3px; + background-color: #666666; + color: #ffffff; +} \ No newline at end of file diff --git a/test.html b/test.html index 9ddab49..a7bcd4f 100644 --- a/test.html +++ b/test.html @@ -4,6 +4,7 @@
Hub | Event | Port/Button | Values | +
NK_WeDo2_1 | Attach | A | Train Motor |
NK_WeDo2_1 | Button | GREEN | Down |
NK_WeDo2_1 | Button | GREEN | Up |