diff --git a/public_html/res/css/style.css b/public_html/res/css/style.css index b4ce0a4..1aa92e7 100644 --- a/public_html/res/css/style.css +++ b/public_html/res/css/style.css @@ -78,3 +78,10 @@ main font-size: 20px; width: 50%; } + +#duck +{ + margin-left: 10px; + margin-top: 10px; + width: 25px; +} diff --git a/public_html/res/img/war_duck.png b/public_html/res/img/war_duck.png new file mode 100644 index 0000000..4057531 Binary files /dev/null and b/public_html/res/img/war_duck.png differ diff --git a/resources/templates/header.php b/resources/templates/header.php index 2122d97..031e380 100644 --- a/resources/templates/header.php +++ b/resources/templates/header.php @@ -5,7 +5,6 @@ -FANCY FONTS: diff --git a/resources/templates/menu.php b/resources/templates/menu.php index 049fae0..adf2836 100644 --- a/resources/templates/menu.php +++ b/resources/templates/menu.php @@ -1,5 +1,6 @@