-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcecureabout.html
More file actions
68 lines (57 loc) · 1.65 KB
/
cecureabout.html
File metadata and controls
68 lines (57 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>My Basic Site</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="styles.css" rel="stylesheet">
<style>
.topnav{
text-decoration: none;
border-bottom: 2px solid black;
width: 100%;
background-color: rgb(37, 36, 36);
position: fixed;
display: block;
}
.topnav a{
float: left;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav :hover{
box-shadow: 5px;
color: brown;
}
footer{
background-color:rgb(37, 36, 36);
text-align: center;
font-size: 15px;
padding: 14px 16px;
border-top: 1px black;
color: #ff0800;
}
</style>
</head>
<body>
<header>
<div class="topnav">
<a href="file:///C:/Users/DELL/Downloads/basic%20website/cecureindex.html">Home</a>
<a href="file:///C:/Users/DELL/Downloads/basic%20website/cecureabout.html">About</a>
<a href="file:///C:/Users/DELL/Downloads/basic%20website/cecurecontact.html">Contact</a>
</div>
</header>
<img src="about1.png"/>
<img src="about2.png"/>
<img src="about3.png"/>
<img src="about4.png"/>
<footer>
<p>
<b>Made by Smart Nwamadu for Cecure Intel</b>
</p>
</footer>
</body>
</html>