12 lines
174 B
CSS
12 lines
174 B
CSS
![]() |
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
.titlebar {
|
||
|
height: 30px;
|
||
|
background: blue;
|
||
|
color: white;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
app-region: drag;
|
||
|
}
|