scittle/resources/public/css/style.css
Michiel Borkent 3c4f4e102a style, html
2021-05-25 14:26:10 +02:00

23 lines
251 B
CSS

div#app
{
color:#666;
font-family: Arial;
}
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;
}