This commit is contained in:
2020-03-29 15:43:50 -07:00
parent 2d7c90cb33
commit 096685a701
5 changed files with 142 additions and 6 deletions

View File

@@ -43,6 +43,8 @@ main {
right: 10vw;
transform: perspective(50cm) rotateX(45deg);
transition: transform 2s ease;
}
.Cup {
@@ -96,8 +98,11 @@ main {
.Die {
background: #fff;
border: 1px solid #000;
height: 20px;
border-radius: 2px;
height: 10px;
position: fixed;
transform: translate(-10px, -10px);
width: 20px;
transform: translate(-5px, -5px);
width: 10px;
transition: transform 0.4s ease-out;
}