This commit is contained in:
parent
4643ec107e
commit
09ff3370dd
@ -107,6 +107,21 @@
|
|||||||
color:#fff !important;
|
color:#fff !important;
|
||||||
background-color:#333333dd !important
|
background-color:#333333dd !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dice-box {
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: transparent;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dice-box canvas {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 20px
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="w3-theme-l1">
|
<body class="w3-theme-l1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user