From f17054f77f6d84a4d8b6c840552669952dd5d56f Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 11 Feb 2024 13:39:55 +0100 Subject: [PATCH] Show number of views on the main page. --- index.html | 95 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 57 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index ef6daf1..2498d63 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,14 @@ justify-content: center; } body { + width: min(95vw, 700px); + display: grid; + grid-template-rows: auto 40px; + } + .top-container { background-color: #f1d18a; border-style: double; padding: 5px; - width: min(95vw, 700px); } h3 { margin-bottom: 0px; @@ -29,45 +33,60 @@ li img { height: 1em; } + .bottom-container2 p { + margin-left: 39%; + } + iframe { + position: fixed; + } - -

Jakub Czajka's website 💪😎

-

About

-
- -

Contact

-
- -

Links

-
- -

Articles

-
- -

There's nothing here 🤔

-
+
+ +

Jakub Czajka's website 💪😎

+

About

+
+ +

Contact

+
+ +

Links

+
+ +

Articles

+
+ +

There's nothing here 🤔

+
+
+
+
+

Views: