work started

This commit is contained in:
2022-10-31 18:15:14 +03:00
parent cfa90d8765
commit 0994b32a0a
5 changed files with 170 additions and 0 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

63
css/style.css Normal file
View File

@@ -0,0 +1,63 @@
body {
margin: 0;
padding: 0;
background-color: #f5f1d5
}
header {
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.h1header {
margin: 0;
background-color: #4a849f;
height: 100px;
line-height: 100px;
text-align: center;
color: black;
}
.h1 {
text-align: center;
}
.tg {
padding-top: 35px;
border-collapse: collapse;
border-spacing: 0;
}
.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-0pky {
border-color: inherit;
text-align: left;
vertical-align: top
}
.card{
margin-top: 40px;
}