core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
Showing only changes of commit 526a0f1952 - Show all commits

View File

@ -15,7 +15,7 @@ canvas {
} }
#navigation { #navigation {
background: #ccd0da; background: #9ca0b0;
position: fixed; position: fixed;
top: 0px; top: 0px;
left: 0px; left: 0px;
@ -64,8 +64,6 @@ canvas {
.canvas { .canvas {
width: 780px; width: 780px;
height: 600px; height: 600px;
align-items: center;
justify-content: center;
margin: auto; margin: auto;
} }
@ -74,14 +72,13 @@ canvas {
} }
h1 { h1 {
width: 130px; width: 400px;
text-align: center; text-align: center;
display: inline-block;
font-size: 1.8rem; font-size: 1.8rem;
margin: 0px; margin: auto;
padding: 8px; padding: 8px;
border-top-left-radius: 18px; background: #e6e9ef;
border-top-right-radius: 18px; border-radius: 24px;
} }
h2 { h2 {