-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoenga.html
59 lines (47 loc) · 1.11 KB
/
poenga.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
<!--Name: Ethan--><html>
<body style="background-color:#b9cad7;">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
p{
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
}
.topnav {
overflow: hidden;
background-color: #ffffff;
}
.topnav a {
float: right;
color: #0;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 15px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #ffffff;
color: white;
}
.topnav-right {
float: right;
}
</style>
<div class="topnav">
<img id="header-img" src="https://codeinthedark.hackillinois.org/submissions/images/CAT-Logo-small.png" alt="">
<a href="#home4">Home4</a>
<a href="#home3">Home3</a>
<a href="#home2">Home2</a>
<a href="#home">Home</a>
</div>
<p>Code in the Dark</p>
<img src="https://codeinthedark.hackillinois.org/submissions/images/home/slider/truck.png" alt="" style="float:right;">
<img src="https://codeinthedark.hackillinois.org/submissions/images/home/slider/birds1.png" alt="" style="float:right;">
</html>