button component

This commit is contained in:
SpikeHD
2022-05-08 18:10:30 -07:00
parent 28c745c853
commit f85674dd25
5 changed files with 89 additions and 2 deletions

View File

@@ -1,5 +1,16 @@
body {
user-select: none;
height: 100vh;
}
#root, .App {
height: 100%;
}
.App {
background-image: url("https://webstatic.hoyoverse.com/upload/event/2020/11/04/7fd661b5184e1734f91f628b6f89a31f_7367318474207189623.png");
background-repeat: no-repeat;
background-size: cover;
}
.TopButton {