added eugtk examples

This commit is contained in:
2016-11-25 00:33:18 -07:00
parent 87a821e3da
commit c0b98b619e
877 changed files with 96872 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
-- ====================================================================
-- Styling for the remote display is set here;
-- ====================================================================
*/
th {color:yellow; background-color: blue;}
button {width: 100%;}
td {outline-style: solid; outline-width: 1px; outline-color: black; padding:2px; width: 25%;}
body {background-image: linear-gradient(180deg, orange, green); background-repeat: no-repeat;)