1
0
mirror of https://github.com/byReqz/matrix-bg.git synced 2025-08-03 14:22:41 +00:00

Add files via upload

This commit is contained in:
Nils
2019-08-13 02:35:41 +02:00
committed by GitHub
parent 249c8c1d8d
commit 03b42ae7b5
4 changed files with 100 additions and 0 deletions

7
css/style.css Normal file
View File

@@ -0,0 +1,7 @@
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: flex-start;
}