Copy Code
If Code is not visible please click on HIGHLIGHT area
<p>Experience the romance of Paris with our specially curated package. Lorem ipsum dolor sit amet
Copy Code
If Code is not visible please click on HIGHLIGHT area
xxxxxxxxxx
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
1
.body {
2
display: grid;
3
place-content: center;
4
width: 100%;
5
min-height: 100vh;
6
padding: 100px 50px;
7
padding-top: 50px;
8
row-gap: 50px;
9
}
10
11
h1 {
12
text-align: center;
13
font-size: 2.5rem;
14
line-height: 3em;
15
}
16
17
.image-accordion-wrapper {
18
width: 100%;
19
overflow: hidden;
20
height: 500px;
21
display: flex;
22
align-items: center;
Copy Code
If Code is not visible please click on HIGHLIGHT area
2
// No Need