final
This commit is contained in:
290
style.css
290
style.css
@@ -49,6 +49,9 @@ button:hover {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.content {
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------HEADER------------------------------ */
|
||||
.header {
|
||||
@@ -85,8 +88,6 @@ img {
|
||||
|
||||
/* --------------------------------Welcome----------------------------- */
|
||||
|
||||
.content {
|
||||
}
|
||||
.heading {
|
||||
background: url("images/25.png") 50% 100% / cover;
|
||||
margin: 0px 400px;
|
||||
@@ -161,9 +162,12 @@ img {
|
||||
.people {
|
||||
width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 40px;
|
||||
padding-bottom: 80px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.heading_h4 {
|
||||
margin-top: 40px;
|
||||
}
|
||||
h4 {
|
||||
display: block;
|
||||
border-top: 3px solid #000;
|
||||
@@ -218,9 +222,10 @@ h4 {
|
||||
}
|
||||
.guest_item {
|
||||
text-align: center;
|
||||
background: url("images/Элегантный\ свадебный\ банкет_\ пастельные\ цветы\ и\ золотые\ детали.jpg") 100% 100% / cover;
|
||||
background: url("images/55555.jpg") 100% 100% / cover;
|
||||
padding: 40px 80px;
|
||||
border-radius: 33px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
.guest_index {
|
||||
font-size: 48px;
|
||||
@@ -242,6 +247,7 @@ h4 {
|
||||
margin: 0 auto;
|
||||
width: 80%;
|
||||
padding-bottom: 60px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.time_wrapper {
|
||||
height: 700px;
|
||||
@@ -311,4 +317,280 @@ h4 {
|
||||
}
|
||||
.time_comment {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* ----------------------------------TRANSFER--------------------------------------- */
|
||||
|
||||
.transfer {
|
||||
margin-bottom: 60px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.transfer_title {
|
||||
}
|
||||
.transfer_inner {
|
||||
margin-top: 60px;
|
||||
}
|
||||
.transfer_map {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 100px;
|
||||
}
|
||||
.map > div {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.map_adress {
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.map_info {
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.map_time {
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
/* --------------------------------PHOTOS-------------------------------------- */
|
||||
.photos {
|
||||
padding-bottom: 140px;
|
||||
margin: 0 auto;
|
||||
padding-top: 60px;
|
||||
}
|
||||
.photos_title {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
.swiper_img {
|
||||
height: 500px;
|
||||
border: 5px dotted #000;
|
||||
}
|
||||
.swiper {
|
||||
width: 95%;
|
||||
height: 550px;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
.swiper-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
.swiper-slide {
|
||||
text-align: center;
|
||||
}
|
||||
.swiper-navigation-icon {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* --------------------------------------------TODOLIST------------------------------------------------------ */
|
||||
|
||||
.to-do-list {
|
||||
padding-bottom: 100px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.do-list_title {
|
||||
}
|
||||
.to-do-list_wrapper {
|
||||
width: 100%;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.to-do-list_items {
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
width: 60%;
|
||||
}
|
||||
.to-do-list_item {
|
||||
background: linear-gradient(135deg, #f3d9c6, #e8c3a4, #d9a77a);
|
||||
backdrop-filter: blur(6px);
|
||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
padding: 30px;
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
font-weight: 900;
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(0,0,0,0.05);
|
||||
color: #3e2a1f;
|
||||
text-shadow: 0 1px 1px rgba(255,255,255,0.3);
|
||||
}
|
||||
.to-do-list_item_img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/* ---------------------------ANSWER----------------------------------- */
|
||||
|
||||
.answer {
|
||||
padding-bottom: 100px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.answer_wrapper {
|
||||
background: linear-gradient(135deg, #f3d9c6, #e8c3a4, #d9a77a);
|
||||
padding: 60px;
|
||||
margin: 0 400px;
|
||||
border-radius: 25px;
|
||||
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.answer_heading {
|
||||
text-align: center;
|
||||
font-size: 42px;
|
||||
margin-bottom: 50px;
|
||||
color: #2f1e14;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.form-example {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
.form_name {
|
||||
color: #2f1e14;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.block_title {
|
||||
font-weight: 700;
|
||||
margin-bottom: 20px;
|
||||
color: #2f1e14;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.option {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 12px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
padding: 12px 15px;
|
||||
border-radius: 20px;
|
||||
border: none;
|
||||
background: #fffaf3;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.answer_btn {
|
||||
grid-column: 1 / -1;
|
||||
margin-top: 40px;
|
||||
padding: 18px 40px;
|
||||
border-radius: 30px;
|
||||
border: none;
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
background: #2f1e14;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
transition: 0.3s ease;
|
||||
}
|
||||
|
||||
.answer_btn:hover {
|
||||
background: #1e140d;
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
.form_name input[type="text"] {
|
||||
width: 320px; /* одинаковая ширина */
|
||||
height: 50px; /* одинаковая высота */
|
||||
padding: 0 20px;
|
||||
border-radius: 25px;
|
||||
border: none;
|
||||
background-color: #ffffff;
|
||||
outline: none;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
/* -----------------------------FOOTER---------------------------------- */
|
||||
|
||||
.footer {
|
||||
background-color: #2f1e14;
|
||||
color: #fff;
|
||||
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.footer_inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 20px 30px;
|
||||
}
|
||||
.footer_title {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.fotter_logo {
|
||||
font-size: 42px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer_date {
|
||||
font-size: 36px;
|
||||
}
|
||||
.footer_place {
|
||||
font-size: 30px;
|
||||
}
|
||||
.footer_contacts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.footer_cnt {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
font-size: 30px;
|
||||
transition: all .3s;
|
||||
}
|
||||
.footer_cnt:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer_cnt svg:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
.footer_text {
|
||||
font-size: 50px;
|
||||
}
|
||||
.footer_cntcts {
|
||||
display: flex;
|
||||
gap: 30px;
|
||||
}
|
||||
.footer_copy {
|
||||
font-size: 30px;
|
||||
text-align: end;
|
||||
}
|
||||
.footer_hashtag {
|
||||
text-decoration: underline;
|
||||
font-size: 36px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.footer_copyright {
|
||||
}
|
||||
Reference in New Issue
Block a user