diff options
Diffstat (limited to 'land-and-freedom.css')
-rw-r--r-- | land-and-freedom.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/land-and-freedom.css b/land-and-freedom.css new file mode 100644 index 0000000..0d6b494 --- /dev/null +++ b/land-and-freedom.css @@ -0,0 +1,17 @@ +#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); + } +} |