scittle/css/style.css
Michiel Borkent 0cea249a5b update build
2021-05-25 13:43:27 +02:00

27 lines
261 B
CSS

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