From c3924b570b166dfddb6afa51254119a8d28f25a1 Mon Sep 17 00:00:00 2001 From: axtlos Date: Tue, 9 Sep 2025 12:41:06 +0200 Subject: Add new page and more buttons --- style.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 64719d6..25eeab9 100644 --- a/style.css +++ b/style.css @@ -102,11 +102,6 @@ body { align-items: center; } -.bottom-bar a img { - width: 88px; - height: 31px; -} - .bottom-bar a .square { width: 95%; height: 95%; @@ -216,7 +211,6 @@ body { left: 50%; } - .window#home-window { width: 40%; height: 65%; @@ -295,10 +289,10 @@ body { user-select: text; } -.window .content img { +/*.window .content img { width: 90%; max-width: 400px; -} +}*/ .workspace { position: relative; @@ -312,7 +306,7 @@ body { display: none; } -#home-content-info, #home-content-contact, #home-content-services, +#home-content-info, #home-content-contact, #home-content-services, #home-content-about, #projects-content-personal, #projects-content-shards, #projects-content-crystal, #projects-content-vanillaos { display: none; @@ -330,7 +324,8 @@ body { #home-info:checked ~ .window #home-content-info, #home-contact:checked ~ .window #home-content-contact, -#home-services:checked ~ .window #home-content-services { +#home-services:checked ~ .window #home-content-services, +#home-about:checked ~ .window #home-content-about { display: flex; } -- cgit v1.2.3