diff options
author | axtlos <rose@pinkro.se> | 2025-09-09 12:41:06 +0200 |
---|---|---|
committer | axtlos <rose@pinkro.se> | 2025-09-09 12:46:06 +0200 |
commit | c3924b570b166dfddb6afa51254119a8d28f25a1 (patch) | |
tree | be09bb95711231024f29b780dfa1044a8b6179c8 /style.css | |
parent | 3073c6470309fa4ff937926c67f2c4d05d4c2dd6 (diff) | |
download | website-c3924b570b166dfddb6afa51254119a8d28f25a1.tar.gz website-c3924b570b166dfddb6afa51254119a8d28f25a1.tar.bz2 |
Add new page and more buttons
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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; } |