throw
This commit is contained in:
11
site.css
11
site.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user