section_people_table

This commit is contained in:
2026-01-20 19:27:49 +03:00
parent 8c296b3d9c
commit 3e89c1614c
21 changed files with 247 additions and 218 deletions

113
style.css
View File

@@ -162,6 +162,7 @@ img {
width: 1400px;
margin: 0 auto;
padding-bottom: 40px;
padding-top: 40px;
}
h4 {
display: block;
@@ -210,34 +211,30 @@ h4 {
font-size: 26px;
}
.guest_list {
width: 70%;
margin: 0 auto;
}
table {
table-layout: fixed;
background-color:rgba(229, 185, 126, 0.9);
border-collapse: collapse;
box-shadow: #000 2px 4px 10px 1px;
width: 100%;
border: 3px solid #000;
.guest_inner {
display: flex;
justify-content: space-around;
}
.table_title {
font-size: 34px;
font-weight: 900;
line-height: 2.2;
text-decoration: underline;
border-top: 3px solid #000;
border-bottom: 3px solid #000;
}
.table_name {
font-size: 32px;
border-bottom: 3px solid #000;
}
th, td {
border: 2px solid #000;
height: 50px;
font-size: 32px;
.guest_item {
text-align: center;
background: url("images/Элегантный\ свадебный\ банкет_\ пастельные\ цветы\ и\ золотые\ детали.jpg") 100% 100% / cover;
padding: 40px 80px;
border-radius: 33px;
}
.guest_index {
font-size: 48px;
font-weight: 900;
font-style: italic;
color: rgb(252, 220, 180);
}
.guest_item_list {
}
.guest_name {
font-size: 36px;
font-style: italic;
color: #e5b97e;
}
/* ---------------------------------TIMETABLE----------------------------------- */
@@ -248,8 +245,70 @@ th, td {
}
.time_wrapper {
height: 700px;
background: url("images/time/ChatGPT\ Image\ 19\ янв.\ 2026\ г.\,\ 20_18_11.png") 100% 100% / cover;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.time_wrapper::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.time_inner {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.time_content {
z-index: 10;
}
.time_row_up {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.row_up_item {
background-color: #e5b97e;
width: 320px;
padding: 30px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 33px;
margin: 0 20px;
}
.time_img_box {
}
.time_img {
width: 60px;
height: 60px;
margin-bottom: 10px;
}
.time_line {
}
.time_row_down {
display: flex;
justify-content: space-between;
}
.time_h6 {
font-size: 26px;
font-weight: 900;
}
.time_p {
font-size: 30px;
font-size: 28px;
font-weight: 900;
text-decoration: underline;
margin-bottom: 10px;
}
.time_comment {
font-size: 24px;
}