diff --git a/public/bg.jpg b/public/bg.jpg new file mode 100644 index 0000000..54660ad Binary files /dev/null and b/public/bg.jpg differ diff --git a/public/css/app.css b/public/css/app.css index 2b5749d..850fc80 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,9 +1,9 @@ @import url('https://fonts.googleapis.com/css?family=Ubuntu'); body{ - /* background: url("../bg.jpeg") no-repeat; - background-size: cover; */ - background: #d5dee7 !important; + background: url("../bg.jpg") no-repeat; + background-size: cover; + /* background: #d5dee7 !important; */ color:#333; font-size: 12px; font-family: "Ubuntu", "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;