Started work on project list

This commit is contained in:
eworc778 2025-08-10 18:16:32 +01:00
parent a335a369b1
commit 7d9309e107
2 changed files with 11 additions and 2 deletions

View File

@ -21,8 +21,8 @@
</div> </div>
<div class="centered-div"> <div class="centered-div project-div">
<p>Here's some of the programs that I have written:</p> <p>Here's some of my projects that I have made:</p>
</div> </div>

View File

@ -36,6 +36,13 @@ p, h1, h2, h3, h4 {
} }
.project-div{
background-color: #9ece6a;
}
.profile-picture{ .profile-picture{
@ -45,3 +52,5 @@ p, h1, h2, h3, h4 {
} }