From 2afc05eb1000384976e8521b68f3c297277f99b7 Mon Sep 17 00:00:00 2001
From: IdleEndeavor <66422918+IdleEndeavor@users.noreply.github.com>
Date: Sat, 28 Aug 2021 14:02:37 +0300
Subject: [PATCH] added games found/view counter on sidemenu
---
css/search.css | 19 +++++++++++++++++++
index.html | 14 ++++++++++++++
view-counter.txt | 3 +++
3 files changed, 36 insertions(+)
create mode 100644 view-counter.txt
diff --git a/css/search.css b/css/search.css
index a06c176..e60047c 100644
--- a/css/search.css
+++ b/css/search.css
@@ -71,6 +71,25 @@ html, body {
position: fixed;
}
+ #foundcounter {
+ padding: 50px;
+ padding-left: 0;
+ color: white;
+ font-family: 'Roboto';
+ bottom: 10px;
+ width: 100%;
+ position: fixed;
+ }
+
+ #foundcounterno {
+ padding: 50px;
+ padding-left: 0;
+ color: white;
+ font-family: 'Roboto';
+ bottom: 30px;
+ width: 100%;
+ position: fixed;
+ }
.sidebar a:hover {
color: gray;
diff --git a/index.html b/index.html
index 2abdad4..54bb46f 100644
--- a/index.html
+++ b/index.html
@@ -23,11 +23,25 @@