Update index.html

master
zmv7 2021-01-23 23:12:39 +05:00 committed by GitHub
parent 015dad8726
commit e85713442f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -70,27 +70,6 @@ details[open] > summary {
details[open] summary ~ * {
animation: open .3s ease-in-out;
}
.luckyGif {
position: absolute;
margin: 0px;
padding: 0px;
display: block;
pointer-events: none;
}
div#lucky{
width: 100%;
height: 100%;
position: fixed;
margin: 0px;
padding: 0px;
top: 0px;
left: 0px;
overflow: hidden;
pointer-events: none;
z-index: 50;
}
h1{color:#F00}
</style>