From 0b6121543ec79799ec06aa498d7cffd39ded73a7 Mon Sep 17 00:00:00 2001 From: Cay Date: Sat, 14 Mar 2026 12:36:30 +0000 Subject: [PATCH] pop44 --- .htmlhintrc | 12 ++++++++++++ public/css/building.css | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .htmlhintrc diff --git a/.htmlhintrc b/.htmlhintrc new file mode 100644 index 0000000..19871d6 --- /dev/null +++ b/.htmlhintrc @@ -0,0 +1,12 @@ +{ + "tagname-lowercase": true, + "attr-lowercase": true, + "attr-value-double-quotes": true, + "doctype-first": true, + "tag-pair": true, + "spec-char-escape": true, + "id-unique": true, + "src-not-empty": true, + "attr-no-duplication": true, + "title-require": true +} \ No newline at end of file diff --git a/public/css/building.css b/public/css/building.css index 0cd4b4c..adcb015 100644 --- a/public/css/building.css +++ b/public/css/building.css @@ -305,15 +305,15 @@ body { .helmet { top: 10px; - left: 50%; + left: 40%; transform: translateX(-50%); } /* AMULET */ .amulet { - top: 80px; - left: 50%; + top: 10px; + left: 60%; transform: translateX(-50%); }