asfdjksdjfk

This commit is contained in:
2022-05-05 13:26:31 +02:00
parent afca6cb0c9
commit 40665ec706
6 changed files with 320 additions and 434 deletions

View File

@@ -181,11 +181,23 @@ main {
cursor: default;
}
#popup h1 {
#smol-popup {
width: 200px;
background-color: white;
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
position: fixed;
top: 0;
left: 0;
transition: opacity 0.3s;
}
#popup h1, #smol-popup h1 {
text-align: center;
}
#popup-heo {
#popup-heo, #smol-heo {
font-family: "heonian";
}