core: redesign website #11
13
default.css
13
default.css
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user