diff --git a/css/style.css b/css/style.css index 0feeb9f..b33787b 100644 --- a/css/style.css +++ b/css/style.css @@ -24,10 +24,12 @@ body { width: 100vw; + height: 100vh; display: flex; align-items: center; flex-flow: column nowrap; - background: var(--bg); + background: url("/img/world-map.svg") var(--bg) center no-repeat; + background-size: cover; color: var(--text); overflow-x: hidden; gap: 2em; diff --git a/img/world-map.svg b/img/world-map.svg new file mode 100644 index 0000000..8e67453 --- /dev/null +++ b/img/world-map.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md index 904bed8..fcf946d 100644 --- a/readme.md +++ b/readme.md @@ -23,4 +23,5 @@ North America (US and Canada) area codes are also supported. [Countries Json](https://gist.github.com/kcak11/4a2f22fb8422342b3b3daa7a1965f4e4)
[RestCountries API](restCountries.com)
-[North America Area Codes](https://countrycode.org/) +[North America Area Codes](https://countrycode.org/)
+[World Map Svg Background](https://bgjar.com/world-map) \ No newline at end of file