mirror of
https://github.com/byReqz/matrix-bg.git
synced 2024-11-23 22:44:56 +00:00
8 lines
113 B
CSS
8 lines
113 B
CSS
|
body {
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: flex-start;
|
||
|
}
|