From 822756855f58d4d4f6b80b294e951b2a36e89e21 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Sun, 16 Mar 2025 09:15:54 +0100 Subject: [PATCH] add wakatime --- portfolio/index.html | 5 +++++ portfolio/style.css | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/portfolio/index.html b/portfolio/index.html index 05071a2..a6e78d7 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -39,6 +39,11 @@

Skills

+
+

Coding Stats

+ +
+

Contact

diff --git a/portfolio/style.css b/portfolio/style.css index 277549f..ea97905 100644 --- a/portfolio/style.css +++ b/portfolio/style.css @@ -437,3 +437,11 @@ a[class="skill-item tooltip"]::after { padding: 8px; } } + +div[class="stats cards"] { + text-align: center; +} + +div[class="stats cards"] > h2 { + text-align: left; +} \ No newline at end of file