diff --git a/banners/cargame.png b/banners/cargame.png new file mode 100644 index 0000000..f6bb0d7 Binary files /dev/null and b/banners/cargame.png differ diff --git a/index.html b/index.html index 71733e4..da1a1b2 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,15 @@

I'm Tech-Tac.

My Projects

+
+ CarGame Screenshot +

CarGame

+

A little retro car to drive around.

+ +
Cubes Screenshot

Cubes

diff --git a/style.css b/style.css index 29c0b55..357e386 100644 --- a/style.css +++ b/style.css @@ -124,8 +124,10 @@ button:disabled { .button-group { display: flex; - gap: 8pt; + flex-wrap: wrap; + align-items: center; justify-content: center; + gap: 8pt; padding-top: 8pt; } @@ -143,7 +145,7 @@ a button { display: flex; flex-wrap: wrap; align-items: stretch; - justify-content: start; + justify-content: center; margin-inline: auto; gap: 12pt; padding-inline: 12pt;