1
0
mirror of https://github.com/byReqz/matrix-bg.git synced 2024-11-23 14:34:55 +00:00
matrix-bg/css/style.css
2019-08-13 02:35:41 +02:00

8 lines
113 B
CSS

body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: flex-start;
}