diff --git a/css/main.css b/css/main.css index f3550ba..8197516 100644 --- a/css/main.css +++ b/css/main.css @@ -12,10 +12,11 @@ body, html{ margin-top: -26px; color: #fff; } + #splash { overflow: hidden; background-color: #425565; - background: url(../img/bg.png); + background: url(../img/bg.jpg); background-size: cover; background-position: center; } diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..d761350 Binary files /dev/null and b/img/bg.jpg differ