-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (29 loc) · 1.1 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<style>
.bs {
width:50px;
height:20px;
color: rgb(254, 255, 255);
background-color: #25fd71;
border: 0cap;
}
</style>
</head>
<body style="text-align: center;" >
<H1> About US </H1><nav>
<a href="index.html"><button class="bs" >Home</button></a>
<a href="about.html"><button class="bs" >About</button></a>
<a href="Contant.html"><button class="bs" style="width: 80px;" >Contact us</button></a>
<a href="Showroom.html"><button class="bs" style="width: 80px;" >Car review</button></a>
</nav><hr width="500px" color="blue" >
<img src="icons8-fiat-500.gif" alt=" image">
<img src="fast-forward.gif" alt="gif">
<img src="airplane.gif" alt="airplane">
</body>
</html>