Web Dev Solutions

Catalin Mititiuc

From 3a1a981506da2c214596942780e493d1142d150f Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 17 Mar 2024 18:50:47 -0700 Subject: Add map image --- index.html | 22 ++++++++++++++++------ map1.png | Bin 0 -> 3084712 bytes 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100755 map1.png diff --git a/index.html b/index.html index 23174d2..adccce5 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,22 @@ background-color: darkgray; } + body { + margin: 0; + } + circle { fill: red; } + + image { + transform: scale(3.41); + opacity: 0.33; + } - + @@ -21,18 +30,19 @@ - - + + +