1
0
mirror of https://github.com/byReqz/matrix-bg.git synced 2024-11-23 22:44:56 +00:00
matrix-bg/css/style.css

8 lines
113 B
CSS
Raw Normal View History

2019-08-13 00:35:41 +00:00
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: flex-start;
}