-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (77 loc) · 3.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Year Offer 2024</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style/newyear.css">
</head>
<body>
<header class="banner-container">
<div class="banner-content">
<p>Happy New Year</p>
<h1>New Year Party <br> Celebration</h1>
</div>
</header>
<main>
<!--This is Discount section start-->
<section class="first-section-container">
<div class="first-section-content">
<h1>65% OFF</h1>
<p>OUR HOLIDAY DEALS ARE BETTER</p>
<h3>ALL CATEGORIES</h3>
</div>
<div class="first-section-image">
<img src="./images/New Year Photo.png" alt="">
</div>
</section>
<!--This is Discount section end-->
<!--This is midnight party section start-->
<section class="midnight-section-container">
<div class="leftside-content">
<h1>Welcome to midnight party</h1>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed molestie malesuada. Ipsum sed sodales risus ut pellentesque vel euismod. </p>
<span class="btn-primary">Join now</span>
</div>
<div class="rightside-content">
<img src="./images/Group 70.png" alt="">
</div>
</section>
<!--This is midnight party section end.-->
<!--This is vanue section start-->
<section class="vanue-section-container">
<p><span class="vanue">Pladce:</span>New Park Hotel</p>
<p><span class="vanue">Date:</span>31 December Night 2023</p>
<p><span class="vanue">Time:</span>Evening 7.30 Pm To 12.30 Am</p>
<button
class="btn-join">JOIN NOW</button>
</section>
<!--This is vanue section start-->
<!--This is vanue section start-->
<section class="comming-offer-section-container">
<div class="offer1 ">
<h5>NEW BEST OFFER</h5>
<h2>Comming Soon</h2>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed molestie malesuada. Ipsum sed sodales risus ut pellentesque vel euismod. </p>
</div>
<div class="offer2">
<img src="./images/Ellipse 1.png" alt="">
</div>
<div class="offer3">
<div class="offer31 ">
<h3>2024</h3>
<p>Dolor sit amet consectetur. Consequat eget consectetur maecenas sed.</p>
</div>
<div class="offer32">
<img src="./images/Group 96.png" alt=""> </div>
</div>
<content></content>
</section>
<!--This is vanue section start-->
</main>
<footer></footer>
</body>
</html>