diff --git a/index.html b/index.html index 12c5dfc..3828eb9 100644 --- a/index.html +++ b/index.html @@ -16,20 +16,36 @@ rect#map { fill: gainsboro; - opacity: 0; + opacity: 0.33; } - image { + image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ } + image#img2 { + transform: scale(1.39) rotate(0.07deg); + /* opacity: 0.33; */ + } + .wall { fill: none; stroke: red; stroke-width: 7px; opacity: 0.7; } + + #hex { + opacity: 0.2; + /* stroke: black; + stroke-opacity: 0.2; */ + transform: scale(0.26) translate(-2in, -2in); + } + + #asterisk { + font-size: 30; + } @@ -41,15 +57,25 @@ + + + + + + + + + * - + + - - + +