Started adding projects to index.php

This commit is contained in:
eworc778 2025-08-19 23:48:40 +01:00
parent 60e2e0f040
commit 165ffbdfa2
2 changed files with 31 additions and 1 deletions

View File

@ -56,3 +56,10 @@
<p>Here's some of my projects that I have made:</p>
</div>
<div class="centered-div project-list-div">
<h3 class="aligned-left subtitle">Kico r4</h3>
</div>

View File

@ -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;