Web Dev Solutions

Catalin Mititiuc

From 549ad8699f53cc4f3e7a82be2f7caee8925d93ce Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 18 May 2024 20:52:36 -0700 Subject: Finish furniture, recenter maps --- public/assets/images/map3.svg | 95 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 7 deletions(-) (limited to 'public/assets/images/map3.svg') diff --git a/public/assets/images/map3.svg b/public/assets/images/map3.svg index 556ad91..1cfddfe 100644 --- a/public/assets/images/map3.svg +++ b/public/assets/images/map3.svg @@ -8,12 +8,47 @@ g[data-edge="north"] { --i: -2; } g[data-edge="south"] { --i: 26; } + + #background { + stroke: #304b75; + fill: #bacae3; + } + + pattern use { + stroke: black; + stroke-width: 0.3px; + } + + .cw-60-deg { + transform: rotate(60deg); + } + + .ccw-60-deg { + transform: rotate(-60deg); + } - + + + + + + + + + + + + + + + + + + 1 2 3 @@ -67,20 +102,66 @@ "/> - + + + - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3