From bc89b942804c98810db0fcab4fca56d6e71050a6 Mon Sep 17 00:00:00 2001 From: Jenga Phoenix Date: Sun, 27 Jan 2019 01:04:17 -0600 Subject: [PATCH] Add a cute 'war' duck --- public_html/res/css/style.css | 7 +++++++ public_html/res/img/war_duck.png | Bin 0 -> 254 bytes resources/templates/header.php | 1 - resources/templates/menu.php | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 public_html/res/img/war_duck.png 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 0000000000000000000000000000000000000000..4057531087d6b8792f762feb287f60ffe951940e GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^l0YoX!3HE#iFdh=m{FRYkvUn>=MGRvHZvrm#5q4VH#M&W$Yo$~E=o-- zNlj5G&n(GMaQE~LNYP7W2Z|?ox;TbdoKF7p|GzymPm0+bmx2WkE-%+F_;$%I-HpwN zL6}+gzzS6r#%c4eTR)hnJNFB--p7)8Dz0qX&s2S>|G_G*Tx8d&ckB23C^qHiD=(_p pWSuNHrGBDej!pCGeUf$uSsA7|Dn@5pb~J&U;pyt@_|Pyzq| literal 0 HcmV?d00001 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 @@