morse code and ip lookup

This commit is contained in:
zyqunix 2025-04-05 19:49:49 +02:00
parent 82bbc6c0cd
commit 9ed3ee790e
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
8 changed files with 388 additions and 5 deletions

View file

@ -37,7 +37,14 @@ a:hover, svg:hover {
color: #c099ff;
}
::selection {
background-color: #c099ff;
color: #2a2a2a;
}
.card {
background-color: #252525;
padding: 20px;
border-radius: 10px;
width: 600px !important;
text-align: center;
}
.shadow {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}