chat functions

This commit is contained in:
2021-05-26 16:26:05 +02:00
parent 18ccd51749
commit 6f62883275
13 changed files with 314 additions and 88 deletions

18
public/css/header.css Normal file
View File

@@ -0,0 +1,18 @@
header {
box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
overflow: hidden;
-webkit-user-select: none;
background-color: #7d7d7d;
color: #ffffff;
height: 3em;
padding-top: 10px;
}
.title {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 2em;
vertical-align: central;
}