mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-07 14:51:04 +02:00
This commit is contained in:
parent
b6596502ce
commit
630ab587fc
1 changed files with 4 additions and 1 deletions
|
@ -102,13 +102,16 @@ body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 400px;
|
max-width: 450px;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border: 2px solid rgba(150, 150, 150, 0.25);
|
border: 2px solid rgba(150, 150, 150, 0.25);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-top: 200px;
|
margin-top: 200px;
|
||||||
|
transform-style: preserve-3d;
|
||||||
|
will-change: transform;
|
||||||
|
transition: transform 0.1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player p {
|
.player p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue