From 7d9309e1073624a52113274a5b7f6dc9504f53c1 Mon Sep 17 00:00:00 2001 From: eworc778 Date: Sun, 10 Aug 2025 18:16:32 +0100 Subject: [PATCH] Started work on project list --- src/index.php | 4 ++-- src/style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/index.php b/src/index.php index a6bc543..462d3c6 100644 --- a/src/index.php +++ b/src/index.php @@ -21,8 +21,8 @@ -
+
-

Here's some of the programs that I have written:

+

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

diff --git a/src/style.css b/src/style.css index c463a12..b9eee79 100644 --- a/src/style.css +++ b/src/style.css @@ -36,6 +36,13 @@ p, h1, h2, h3, h4 { } +.project-div{ + + + background-color: #9ece6a; + + +} .profile-picture{ @@ -45,3 +52,5 @@ p, h1, h2, h3, h4 { } + +