forked from maheshwar2611/hactober2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebsite.html
More file actions
67 lines (53 loc) · 940 Bytes
/
Website.html
File metadata and controls
67 lines (53 loc) · 940 Bytes
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
//constribut Arif cahya
<html>
<head>
<title>
Wellcome back Hacktober Fest 2019
</title>
</head>
body
{
background-color: gray; ;
text-align: center;
}
h1{
font-family: Arial;
font-size: 30px;
}
p{
font-family: Verdana;
}
img{
border-radius: 50%;
}
.navatas a{
float: left;
color: white;
padding: 14px;
text-decoration: none;
font-size: 16px;
}
.navatas a:hover
{
background-color: black;
color: aqua;
}
</style>
<body>
<style>
<div class="navatas" id="topnav">
<a href="#Hacktober1"> Hacktober1</a>
<a href="#Hacktober2"> Hacktober2</a>
<a href="#Hacktober3">Hacktober3</a>
<a href="#Hacktober4">Hacktober3</a>
<br><br><br>
<hr>
</div>
<div id="hacktober">
<h1> Wellcome Hacktober Fest 2019 </h1>
<hr>
<img src="https://cdn.sindonews.net/dyn/620/content/2017/11/23/158/1259787/kelemahan-monkey-d-luffy-terungkap-di-one-piece-chapter-885-grB.jpg" width="150px" alt="">
<br><br>
</div>
</body>
</html>