Новые стили для страниц авторизации и запросов

This commit is contained in:
Anton Kamalov
2024-10-25 21:51:22 +03:00
parent 1b900ef52e
commit ab5328a25a
3 changed files with 33 additions and 24 deletions

14
App/static/css/output.css Normal file
View File

@@ -0,0 +1,14 @@
table {
border: 1px solid black;
border-collapse: collapse;
background: white;
margin: 0 auto;
}
th {
background-color: #d3d3d3;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: center;
}