added notification crash

This commit is contained in:
Kostya
2024-02-04 23:11:35 +03:00
parent 910ac16ea9
commit 06c29ec26c
2 changed files with 40 additions and 7 deletions

View File

@@ -163,4 +163,18 @@
height: 300px;
}
/* /Crash-Players */
/* /Crash-Players */
/* Notification */
.notification-crash {
text-align: center;
top: 20%;
left: 50%;
position: absolute;
background: #000;
width: 200px;
height: 40px;
}
/* /Notification */