-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontri.html
93 lines (77 loc) · 2.04 KB
/
contri.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
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contribute </title>
<link rel="shortcut icon" type="image/x-icon" href="https://xp.io/storage/2NpsufdE.png">
<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=Open+Sans&family=Titillium+Web:wght@200;300&display=swap" rel="stylesheet">
<style type="text/css">
#header_1{
background-image: url('https://wallpaperaccess.com/full/695451.jpg');
text-align: center;
width: 100%;
height: 10vh;
margin-top: -1px;
margin-right: 0px;
margin-left: -15px;
display: flex;
justify-content: space-around;
margin-bottom: -22px;
}
a{
color: white;
font-size: 26px;
text-decoration: none;
margin-top: 15px;
}
body{
background-image: url('https://wallpaperaccess.com/full/695451.jpg');
font-family: "Titillium Web";
text-align: center;
color: white;
font-weight: bold;
}
#box{
color: white;
}
#box h1{
font-size: 48px;
}
#box h3{
font-size: 38px;
}
#button{
width: 33%;
font-size: 45px;
border-radius: 53px;
height: 11vh;
font-family: "Titillium Web";
font-weight: bold;
padding: 0px;
text-align: center;
}
</style>
</head>
<body>
<div id="header_1">
<img src="https://xp.io/storage/2OApv9xP.png">
<a href=""></a>
<a href="file:///C:/Users/HP/OneDrive/Desktop/HTML/FA2/homePAGE.html"> Home</a>
<a href="file:///C:/Users/HP/OneDrive/Desktop/HTML/PROJECT/merchandise.html"> Merchandise</a>
<a href=""> Contact </a>
<a href="file:///C:/Users/HP/OneDrive/Desktop/HTML/PROJECT/about-us.html">About us</a>
<a href=""></a>
</div>
<div id="box">
<h1>Do you want to contribute to our website?</h1>
<h3>Write to us and we will upload a blog of your contribution.</h3><br>
<form action="mailto:[email protected]">
<input type="submit" name="" value="START WRITING" id="button" >
</form>
<h4> </h4>
</div>
</body>
</html>