improved css
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user