Tutorial Closer

This commit is contained in:
ssyyhhrr
2022-06-19 22:24:14 +01:00
parent 4ce85ac1c4
commit e83fed4663
3 changed files with 45 additions and 10 deletions

View File

@@ -217,6 +217,7 @@ p a:hover {
transform: translate(-50%, -50%);
box-shadow: 0 4px 23px 0 rgb(0 0 0 / 20%);
padding: 1.6em;
transition: all 0.5s;
}
.splitter {
@@ -225,6 +226,19 @@ p a:hover {
background-color: #3a3a3c;
}
.close {
color: #fff;
position: absolute;
right: 1.6em;
font-size: 1.4em;
transition: all 0.2s;
}
.close:hover {
color: #D3D3D3;
cursor: pointer;
}
.backdrop {
width: 150vw;
height: 150vh;
@@ -234,6 +248,7 @@ p a:hover {
padding: 0;
transform: translate(-25vw, -25vh);
opacity: 0.6;
transition: all 0.5s;
z-index: 1
}
@@ -255,7 +270,7 @@ p a:hover {
}
.tutorial .team {
padding: 7px;
padding: 9px;
}
#time {