update build

This commit is contained in:
Michiel Borkent 2021-05-25 13:43:27 +02:00
parent 42355e2331
commit 0cea249a5b
3 changed files with 31 additions and 29 deletions

26
css/style.css Normal file
View file

@ -0,0 +1,26 @@
body
{
font-family: Arial;
}
div#app
{
color:#666;
}
div#app td
{
width:50px;
height:50px;
border:1px solid #dedede;
background:#fff;
margin:1px;
color:#666;
text-align: center;
line-height: 50px;
}
div#app td:hover
{
cursor:pointer;
}