-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
96 lines (77 loc) · 2.37 KB
/
about.html
File metadata and controls
96 lines (77 loc) · 2.37 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<title>
About Page
</title>
<style>
body {
background-image: url('background2.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
p1{
font:small-caption;
font-style: inherit;
background-color:whitesmoke;
}
h4{
text-decoration-line: underline;
color:whitesmoke;
text-align: center;
background-color: black;
}
ul{
float: right;
list-style-type: none;
}
ul li{
display:inline-block
}
ul li a{
text-decoration: none;
text-transform:uppercase ;
padding: 5px 20px;
border: 1px solid #fff;
background-color:rgba(255, 255, 255, 0.789)(255, 255, 255, 0.879) ;
}
ul li a:hover{
color: white;
}
h5, h6{
font-style: inherit;
background-color:whitesmoke;
}
</style>
</head>
<body>
<ul>
<li><a href="index.html">Home Page</a></li>
<li><a href="customer.html">Customer</a></li>
</ul>
<body >
<p><center>
<h4>
<b><font size= 7pts>THE SPARKS BANK</font><b></h4>
</font>
<img src="p3.jpeg" width="10%" ></center>
<center>
<p1>
<b>
<font size= 5pts color=black> The Spark Bank provides unmatched levels of customer service in a hometown atmosphere. For more than 35 years, that's the standard we set for our neighbors in the High Desert communities of for County in California. And it's a standard we strive to maintain every day.
</b>
</center>
</p1>
<footer>
<center>
<h5>
<b>The Sparks Foundation</b>
<br/>
<b> All rights reserved</b>
</h5>
<h6 class="info"><b> @CEO Gupta Akash G. </b>
</h6></center>
</footer>
</body>
</html>