-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices - Copy.html
32 lines (29 loc) · 1.56 KB
/
services - Copy.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
<!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>Document</title>
</head>
<style>
h1{
text-align: center;
color:bisque;
}
body{
background-color: forestgreen;
color:white;
}
</style>
<h1>Hello this are our services that we offer as starlight butchery</h1>
<body>
<div class="container"style="display:flex;justify-content:center;">
<div class="class"style="display:flex;justify-content:center;padding:10px;margin-right:20%;margin-left:20%">
we offer services to all with all desired quality and quantity.
KMC is an equal opportunities employer. We do not discriminate on grounds of age, gender, colour, race, ethnicity, language, caste, creed, economic or social status or disability. We value the diversity of the markets in which we operate. Diversity is central to KMC’s brand image and is an integral part of our “managing for growth” and people strategies. We recognize that having a workforce that broadly reflects the composition of the local communities in which we operate places us in a unique position to understand and respond to the needs of our customers. We thus use diversity as a competitive differentiator, both in employment and in customer markets.
In keeping with the current strategic needs, KMC advertises the following post.
</div>
</div>
</body>
</html>