Web Dev Solutions

Catalin Mititiuc

From b66eac7b8ecddef4e5346d45fc486901205287e8 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 22 Jun 2024 17:41:50 -0700 Subject: Add mapsheet4 --- public/radial.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/radial.html b/public/radial.html index eb67c94..2be7903 100644 --- a/public/radial.html +++ b/public/radial.html @@ -225,11 +225,40 @@ border-radius: 3px; background-color: #cdd9e9; } + + [class^="part"] use { + fill-opacity: 0.75; + } + + .part-1 use { + fill: lightseagreen; + } + + .part-2 use { + fill: lightyellow; + } + + .part-3 use { + fill: lightblue; + } + + .part-4 use { + fill: lightsteelblue; + } + + .part-5 use { + fill: lightsalmon; + } + + .part-6 use { + fill: lightgreen; + } - + + -- cgit v1.2.3