add upload admins form

This commit is contained in:
tets@test.test
2022-10-24 01:16:52 +03:00
parent 65a52fe64c
commit 46a604054c
3 changed files with 61 additions and 99 deletions

View File

@@ -1,49 +0,0 @@
body{
background-color: rgb(166, 253, 254);
}
h1{
text-align: center;
}
.tableH{
background-color: antiquewhite;
}
.tg {
border-collapse: collapse;
border-spacing: 0;
align-self: center;
width: 100%;
}
.tg td {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg th {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}
.tg .tg-0lax {
text-align: center;
vertical-align: top;
border-radius: 100px;
border-radius: 100px;
}