From 165ffbdfa28ccea8158d39d8732044dbadf61f45 Mon Sep 17 00:00:00 2001 From: eworc778 Date: Tue, 19 Aug 2025 23:48:40 +0100 Subject: [PATCH] Started adding projects to index.php --- src/index.php | 7 +++++++ src/style.css | 25 ++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index 9766f74..0a7f67e 100644 --- a/src/index.php +++ b/src/index.php @@ -56,3 +56,10 @@

Here's some of my projects that I have made:

+ + +
+ +

Kico r4

+ +
diff --git a/src/style.css b/src/style.css index 21dfb2b..c73c200 100644 --- a/src/style.css +++ b/src/style.css @@ -38,11 +38,34 @@ p, h1, h2, h3, h4 { .project-div{ - background-color: #9ece6a; } + +.project-list-div{ + + background-color: #bb9af7; + +} + +.aligned-left { + + text-align: left; + align-self: left; + margin-left: 10px; + + +} + + +.subtitle { + + + font-weight: bold; !important + +} + .link-icon{ height: 32px;