diff --git a/custom.css b/custom.css index e69de29..14525a9 100644 --- a/custom.css +++ b/custom.css @@ -0,0 +1,9 @@ +#head h1 +{ + background-image: url('logo.png'); + background-repeat: no-repeat; + background-position: right top; + margin-bottom: 10px; + min-height: 60px; + width: 100%; +} diff --git a/Home/logo.png b/logo.png similarity index 100% rename from Home/logo.png rename to logo.png