diff options
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r-- | land-and-freedom.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 |