-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (37 loc) · 1.57 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
<!DOCTYPE html>
<html>
<title>Sukanya Multi Service</title>
<link rel="icon" type="image/png" href="cutmypic1.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('balloon2.jpg');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<h1 class="w3-jumbo" style="text-align: center;padding-top: 4%; color: #a51106"><b>Sukanya Multi Service</b></h1>
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<img style="height: 24%;width: 40%" src="cutmypic.png">
</div>
<div class="w3-display-middle">
<h1 style="color: #4f0270" class="w3-jumbo w3-animate-top"><b>COMING SOON</b></h1>
<hr class="w3-border-black" style="margin:auto;width:40%">
<p style="color: blue" class="w3-large w3-center">with in 6-8 days...</p>
</div>
<div style="color: royalblue" class="w3-display-bottomright w3-padding-large">
Designed & Developed by <a style="color: #8e040f;text-decoration: none;" href="https://facebook.com/manish.bs.kr" target="_blank"><b>Manish Kumar</b></a>
</div>
<div style="color: #a51106" class="w3-display-bottomleft w3-padding-large"><b> Contact: <i>Sukanyamultiservice@gmail.com</i></b>
</div>
</div>
</body>
</html>