-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
47 lines (42 loc) · 1.23 KB
/
index.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
<html>
<head>
<title>HOME</title>
<style>
ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
}
a.cd {
float: left;
width: 9.55%;
text-decoration: none;
color: white;
background-color: grey;
padding: 0.2em 0.6em;
border-right: 1px solid white;
}
body{background-color: darkgoldenrod;}
a.cd:hover {background-color: #ff3300;}
li {display: inline;}
</style>
</head>
<body>
<img src="Untitled.png" alt="some_text" height="13%" width="100%">
<ul>
<li><a class="cd" href="index.html">Home</a></li>
<li><a class="cd" href="index1.html">About us</a></li>
<li><a class="cd" href="index2.html">Academics</a></li>
<li><a class="cd" href="index3.html">Fee</a></li>
<li><a class="cd" href="index4.html">Admissions</a></li>
<li><a class="cd" href="index5.html" >Career</a></li>
<li><a class="cd" href="index6.html" >Register</a></li>
<li><a class="cd" href="index7.html" >Login</a></li>
<li><a class="cd" href="index8.html" >Admin Login</a></li>
</ul>
<img src="Nelson-Mandela-Quotes-Education2.jpg" alt="some_text" height="70%" width="100%" >
<footer><div ><img src="Untitled2.png" alt="some_text" height="15%" width="100%"></div></footer>
</body>
</html>