-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (101 loc) · 3.78 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
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
97
98
99
100
101
102
103
<!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>KFC</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="container">
<div class="header">
<div>
<img class="logo" src="https://global.kfc.com/images/logo.svg" alt="">
</div>
<div class="nav">
<div class="nav">
<div class="val">
<a>VALUES</a>
</div>
<div class="soci">
<A>SOCIAL IMPACT</A>
</div>
<div class="news">
<A>NEWS</A>
</div>
<div class="her">
<A>HERITAGE</A>
</div>
<div class="loc">
<A>LOCATION</A>
</div>
<img class="icon2" src="https://imgs.search.brave.com/e01yzlnndfHsppLznTn7VckAiu_DsdwLCvzrE7H9yO0/rs:fit:478:225:1/g:ce/aHR0cHM6Ly90c2Uz/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC5f/UlRPOXlwMXhINWFR/QTB2UzdmcEhBSGFI/VyZwaWQ9QXBp" alt="">
</div>
</div>
</div>
</div>
<section>
<div class="container">
<img style="width: 100%;" src="https://images.ctfassets.net/h7j9u4fil4a3/6mXC6OcvEkiVqwN3qcr4VY/ae265232ab240cde7cc53b5c34b86375/KFCxRUFFLES.jpg?w=2048&h=1080&q=50&fm=webp" alt="">
<h1 class="P1">THE SECRET'S OUT OF THE BAG -KFC AND THE REFFLE BRAND <br>TEAM UP TO CREAT AN UNLIMITED CHIPS</h1>
</div>
</section>
<section>
<section>
<div class="kl">
<div class="po">
<h1>HISTORY OF THE BRAND AND COLONEL SANDERS</h1>
</div>
<p class="p3">KFC, a subsidiary of Yum! Brands, Inc. (NYSE: YUM.), is a global chicken restaurant brand with a rich,<br>decades-long history of success and innovation. It all started with one cook, Colonel Harland Sanders,<br>who created a finger lickin’ good recipe more than 75 years ago, a list of secret herbs and spices<br>scratched out on the back of the door to his kitchen. Today we still follow his formula for success, with<br>real cooks breading and freshly preparing our delicious chicken by hand in more than 25,000<br>restaurants in over 145 countries and territories around the world.</p>
</section>
<div>
<button class="btn">VIWE OUR LOCATION</button>
</div>
<br>
<div class="container">
<div>
<button class="btn1">MEDIA CONTACT</button>
</div>
<div class="btn2">
<button class="bt2">ASSET LIBRARY</button>
</div>
<div class="btn3">
<button class="bt3">FACT SHEET</button>
</div>
<div class="btn4">
<button class="bt4">LETAST NEWS</button>
</div>
</div>
<footer>
<img class="logo2" src="https://global.kfc.com/images/footer_logo.svg" alt="">
<div >
<div class="foot1">
<h3 style="color:red ;">ABOUT KFC</h3>
<p>Company</p>
<p>value</p>
<p>social imapct</p>
<p>storis</p>
<p>press reise</p>
<p>heritage</p>
</div>
<div class="foot2">
<h3 style="color: red;">MEDIA RESOUCES</h3>
<p>Company</p>
<p>value</p>
<p>social imapct</p>
</div>
<div class="foot3">
<h3 style="color:red ;">ABOUT KFC</h3>
<p>Company</p>
<p>value</p>
<p>social imapct</p>
<p>storis</p>
<p>press reise</p>
<p>heritage</p>
</div>
</div>
</footer>
</section>
</body>
</html>