-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub2.0.html
More file actions
54 lines (48 loc) · 1.12 KB
/
github2.0.html
File metadata and controls
54 lines (48 loc) · 1.12 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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: white;
text-align: center;
padding: 20px 35px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
</style>
</head>
<body>
<div class="topnav">
<a href="https://github.com/pulls">Pull requests</a>
<a href="https://github.com/issues">Issues</a>
<a href="https://github.com/marketplace">Marketplace</a>
<a href="https://github.com/explore">Explore</a>
</div>
<div><img src="Codeup%20logo%20with%20duck.png" height="45" style="padding-top:35px"
style="padding-right: none"
style="padding-bottom: none">
<div style="padding-left:60px"
style="padding-bottom:12px ">
<h2>Codeup</h2>
<p>Some content..</p>
</div>
</body>
</html>