-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwelcome.html
35 lines (32 loc) · 1.44 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylew.css">
<title>Welcome Page</title>
</head>
<body>
<div id="main">
<div id="box1"></div>
<div id="box2">
<div id="text">
<h1 style="font-size: 5vmax; margin-bottom: -15%;">DBMS PROJECT</h1><h3 style="font-size: 3vmax; margin-bottom: -10%;">Instructor : Radhika Sukapuram</h3><h4 style="font-size: 2vmax; margin-bottom: -15%;">1.Ankit Kumar</h4><h4 style="font-size: 2vmax; margin-bottom: -15%;">2.Arpit Pratap</h4><h4 style="font-size: 2vmax; margin-bottom: -15%;">3.Harsh Yadav</h4><h4 style="font-size: 2vmax; margin-bottom: -15%;">4.Ayushman Singh Chauhan</h4>
</div>
</div>
<div id="box3">
<div id="container">
<div id="logo">
<img src="BROTHERCITY (1).png"/>
</div>
<div id="menu">
<ul>
<li><a href="index.php" style="border: 2vmax; font-size: 2vmax; box-sizing: border-box; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: aliceblue;">HOME</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>