Changed CSS to not be retarded

This commit is contained in:
Vaclav Siml 2023-02-25 13:06:58 +01:00
parent 2484092870
commit d3142329db

View file

@ -34,10 +34,26 @@ body {
align-items: center;
flex-direction: column;
border-radius: 15px;
position: relative;
border-radius: 15px;
}
.move img {
content: "";
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
border-radius: 10px;
}
.sex {
opacity: 0;
@ -52,88 +68,6 @@ body {
}
#sdvx3-button {
position: relative;
border-radius: 15px;
}
#sdvx3-button img {
content: "";
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
border-radius: 10px;
}
#sdvx4-button {
position: relative;
border-radius: 15px;
}
#sdvx4-button img {
content: "";
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
border-radius: 15px;
}
#sdvx6-button img {
content: "";
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
border-radius: 15px;
}
#sdvx6-button {
position: relative;
border-radius: 15px;
}
#sdvx5-button {
position: relative;
border-radius: 15px;
}
#sdvx5-button img {
content: "";
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0;
border-radius: 15px;
}
@keyframes blik {
0% {
box-shadow: 0 0 0 3px rgba(255, 254, 254, 0);