diff --git a/index.html b/index.html index 351ffd9..a5b35ec 100644 --- a/index.html +++ b/index.html @@ -35,15 +35,39 @@ padding: 20px; } iframe { - width: 960px; - height: 660px; + width: 960px; /* 800px + 20% */ + height: 660px; /* 550px + 20% */ border: none; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .legend { - text-align: center; + width: 960px; margin-bottom: 20px; + text-align: left; + padding: 10px; + background-color: #fff; + border: 1px solid #ccc; + box-shadow: 0 4px 8px rgba(0,0,0,0.1); + } + .legend h3 { + margin-top: 0; + } + .legend ul { + list-style: none; + padding-left: 0; + } + .legend li { + margin-bottom: 5px; + } + .legend .color-box { + width: 20px; + height: 20px; + display: inline-block; + margin-right: 10px; + } + .color-green { + background-color: #00ff00; /* Adjust the color to match your map */ } .buttons { text-align: center; @@ -88,16 +112,19 @@
Legend: CSMS claims are in green.
-