From 1b0d1a568e4224f6f3ff927e06997b9152e86ddf Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 24 Nov 2024 16:01:06 +0100 Subject: add css --- land-and-freedom.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 land-and-freedom.scss (limited to 'land-and-freedom.scss') diff --git a/land-and-freedom.scss b/land-and-freedom.scss new file mode 100644 index 0000000..65694fc --- /dev/null +++ b/land-and-freedom.scss @@ -0,0 +1,12 @@ +#map { + background-repeat: no-repeat; + background-size: 100% 100%; + width: 1000px; + height: 850px; + overflow: clip; +} + +#map { background-image: url(images/map75.png) } +@media (min-resolution: 97dpi) { + #map { background-image: url(images/map100.png) } +} \ No newline at end of file -- cgit v1.2.3