char counter in mesage box

This commit is contained in:
2025-01-17 02:32:20 +01:00
parent 36787704d7
commit a47d56b8c8
3 changed files with 18 additions and 2 deletions

View File

@@ -108,3 +108,10 @@ form button {
form button:hover {
background: #0056b3;
}
#charCount {
font-size: 12px;
color: #666;
text-align: right; /* Rechtsbündig unter dem Textfeld */
width: 90%;
}