move style

This commit is contained in:
Michiel Borkent 2021-05-25 13:41:32 +02:00
parent ef2eb9a190
commit d5cdd2ddcc
4 changed files with 37 additions and 29 deletions

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;
}