improved css

This commit is contained in:
Stephan Richter
2020-12-05 23:14:24 +01:00
parent fd12d2b515
commit cd96006d7c
3 changed files with 18 additions and 10 deletions

View File

@@ -7,7 +7,10 @@ html{
}
body{
min-height: 100%;
background: rgb(198,219,210);
background-size: 30px 30px;
background-image:
linear-gradient(to right, grey 1px, transparent 1px),
linear-gradient(to bottom, grey 1px, transparent 1px);
}
button{
border: 1px solid blue;
@@ -36,11 +39,14 @@ button{
}
.tile{
border: 1px solid black;
width: 30px;
height: 30px;
position: absolute;
}
.tile.fill{
background: white;
border: 1px solid black;
}
.crossH{