-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinclude.html
More file actions
44 lines (39 loc) · 1.62 KB
/
Copy pathinclude.html
File metadata and controls
44 lines (39 loc) · 1.62 KB
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
<!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">
<title>Document</title>
<style>
.main{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}
body{
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body background="./images/new6.jpeg "style="height: 1500px; width:250px">
<div class="main" style="background-color: rgb(255, 255, 202);position: fixed;width: 99%;">
<img src="./images/4.png" alt="">
<span style="font-size: 50px; margin-top: 50px;" >ART EXHIBITION</span>
<img src="./images/4.png" alt="">
<button style="height: 20px;background-color: rgb(204, 188, 46);color: violet; width: 100px; margin-top: 100px;margin-left: 100px;"><a href="./card.html" class="log">Login</a></button>
<button style="height: 20px; width: 100px;background-color: rgb(204, 188, 46);color: violet; margin-top: 100px;margin-right: 100px;margin-left: 10px"><a href="./register.html" class="res">Register</a></button>
<br>
<br>
<a href="" style="margin-top: 50px;">.Home</a>
<a href=""style="margin-top: 50px;">.About</a>
<a href=""style="margin-top: 50px;">.Help</a>
<a href=""style="margin-top: 50px;">.Contact</a>
</div>
<br>
<div>
<!-- <img src="./images/13.jpg alt=""> -->
</div>
</body>
</html>