dino / custom.css
shoaibrza9999's picture
Upload folder using huggingface_hub
ebbfb81 verified
Raw
History Blame Contribute Delete
486 Bytes
body {
margin: 0;
padding: 0;
overflow: hidden;
touch-action: none;
background-color: transparent;
}
.header, .config-box {
display: none !important;
}
#game-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
}
.container {
width: 100%;
height: 100%;
}
.trex-game {
width: 100%;
height: 100%;
position: relative;
}