diff --git a/static/image/word_map.png b/static/image/word_map.png new file mode 100644 index 0000000..3b3b9d2 Binary files /dev/null and b/static/image/word_map.png differ diff --git a/static/style/index.css b/static/style/index.css index 8f01a18..be4ade1 100644 --- a/static/style/index.css +++ b/static/style/index.css @@ -23,7 +23,7 @@ a:hover{ } .wrapper{ - background: url('../image/bg.svg') center top repeat-x; + background: url('../image/word_map.png') center 10px no-repeat,url('../image/bg.svg') center top repeat-x; } .header{ margin-bottom: 15px;