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