Skip to content

Commit

Permalink
Merge pull request #3 from nyakotey/bg
Browse files Browse the repository at this point in the history
Add Background
  • Loading branch information
nyakotey committed Sep 14, 2022
2 parents f4b313a + 709de67 commit fa8061e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
16 changes: 16 additions & 0 deletions img/world-map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ North America (US and Canada) area codes are also supported.

[Countries Json](https://gist.github.com/kcak11/4a2f22fb8422342b3b3daa7a1965f4e4) <br>
[RestCountries API](restCountries.com) <br>
[North America Area Codes](https://countrycode.org/)
[North America Area Codes](https://countrycode.org/) <br>
[World Map Svg Background](https://bgjar.com/world-map)

0 comments on commit fa8061e

Please sign in to comment.