working on Java-Implementation

This commit is contained in:
Stephan Richter
2020-09-07 00:28:04 +02:00
parent a9e0f2b3a7
commit 3583a62667
26 changed files with 72417 additions and 147 deletions

17
css/style.css Normal file
View File

@@ -0,0 +1,17 @@
.tile{
border: 1px solid black;
width: 30px;
height: 30px;
position: absolute;
}
svg polygon,
svg rect{
fill:rgb(0,0,255);
stroke-width:3;
stroke:rgb(0,0,0);
}
svg text{
font-size: 50px;
}