mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
14 lines
196 B
CSS
14 lines
196 B
CSS
.screen{
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: row;
|
|
align-content:flex-start;
|
|
}
|
|
|
|
.rect{
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|