added css

This commit is contained in:
Boof 2022-10-21 12:46:26 +02:00 committed by GitHub
parent 273a483082
commit 12c35bdb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
style.css Normal file
View File

@ -0,0 +1,8 @@
#app {
display: flex;
overflow: hidden;
position: relative;
width: 100vw;
height: 100vh;
background-image: linear-gradient(blue, cyan);
}