diff --git a/cdn/bg.png b/cdn/bg.png new file mode 100644 index 0000000..5a7dc4c Binary files /dev/null and b/cdn/bg.png differ diff --git a/index.php b/index.php index d27f76b..b0a8588 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ #main { margin: 5em; - paddding-top: 0px; + padding-top: 0px; } a { @@ -48,7 +48,7 @@ } html { - background: url(img/bg.jpg) no-repeat center center fixed; + background: url(cdn/bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;