-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
45 lines (36 loc) · 1.25 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<title>Cracker</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<section class="moon-section" style="padding-left: 60px; padding-top: 25px;">
<div class="moon">
</div>
</section>
<section class="blast" style="padding-left: 750px; padding-top: 100px;">
<div class="circle" id="circle"></div>
</section>
<h1 class="diwali" style="padding-top: 100px; color: white;">
<center>HAPPY DIWALI</center>
</h1>
<section class="box" style="padding-left: 750px; padding-top: 50vh;">
<div class="traingle"></div>
<div class="circle1"></div>
<div class="rocket-main"></div>
<div class="circle1"></div>
<div class="col-md-6" style="padding-left: 1px;">
<div class="rocket-pulla">
<div style="padding-left: 12px;">
<div class="otthu"></div>
</div>
</div>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>