1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-08 03:03:27 +00:00

Improvements

This commit is contained in:
Mizanali Panjwani
2021-02-24 21:49:48 +05:30
parent 35285680d0
commit 5340695785
5 changed files with 28 additions and 8 deletions

View File

@@ -3,7 +3,19 @@
}
a {
color: white;
color: #ffffff;
}
.Homepage {
background-image: url('./assets/Landing-Page.gif');
background-size: cover;
margin: 0;
height: 100vh;
}
.homepage-menu {
position: relative;
top: 100px;
}
.Game {