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