This commit is contained in:
2026-01-19 20:26:32 +03:00
parent 56d394b4b8
commit 8c296b3d9c
9 changed files with 99 additions and 20 deletions

View File

@@ -210,29 +210,46 @@ h4 {
font-size: 26px;
}
.guest_list {
width: 100%;
width: 70%;
margin: 0 auto;
}
table {
table-layout: fixed;
background-color:#e5b97e;
background-color:rgba(229, 185, 126, 0.9);
border-collapse: collapse;
box-shadow: #000 2px 4px 10px 1px;
width: 100%;
border: 1px solid #000;
border: 3px solid #000;
}
.table_title {
font-size: 35px;
font-size: 34px;
font-weight: 900;
line-height: 2.2;
text-decoration: underline;
border: 3px solid #000;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
}
.table_name {
font-size: 30px;
font-size: 32px;
border-bottom: 3px solid #000;
}
th, td {
border: 2px solid #000;
height: 50px;
font-size: 28px;
font-size: 32px;
text-align: center;
}
/* ---------------------------------TIMETABLE----------------------------------- */
.timetable {
margin: 0 auto;
width: 80%;
padding-bottom: 60px;
}
.time_wrapper {
height: 700px;
background: url("images/time/ChatGPT\ Image\ 19\ янв.\ 2026\ г.\,\ 20_18_11.png") 100% 100% / cover;
}
.time_p {
font-size: 30px;
}