-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (86 loc) · 3.51 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
<!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>Sprite</title>
<link rel="stylesheet" href="Style pep.css" type="text/css">
</head>
<body>
<div class="head">
<img src="same-sprite.png">
</div>
<div class="main">
<h1 id="h1"><i> PRODECT</i></h1>
<h1 id="h1"><i>THE CREATORS</i></h1>
<h1 id="h1"><i>BUY NOW</i></h1>
<div class="icon" >
<img src=" icon/face-01.png" width="20px" >
<img src="icon/tetter-01-01.png" width="20px" >
<img src="icon/youtube-01-01.png" width="20px">
<img src="icon/no name-01.png " width="20px">
</div>
</div>
<div class="drink">
<img src="have.png" width="499px">
<div class="content">
<h2> NEW BOTTLE. </h2>
<h2> SAME SPRITE. </h2>
<button id="but"> LEARN MORE</button>
</div>
</div>
<div class="title">
<h1><b><i>NEW DRIP. SAME SIP.</i></b></h1>
<h2 id="h2"> Anthony Edwards and Trae Young take center court alongside Sprite's new clear bottle to show that it might be a new generation, but the game is the same.
</h2>
</div>
<div class="video">
<iframe class="embed-responsive-item" id="nagbrands-yt-8dd9f722-ddf0-fd9c-9232-04d1da370653" video-src="https://www.youtube.com/embed/5aV2CZwrTFA" frameborder="0" allowfullscreen="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" title="New Bottle. Same Sprite." width="680" height="420" src="https://www.youtube.com/embed/5aV2CZwrTFA?wmode=opaque&rel=0&autohide=1&autoplay=0&theme=light&showinfo=0&modestbranding=1&enablejsapi=1&origin=https%3A%2F%2Fwww.sprite.com&widgetid=1"></iframe>
<img src="new-sprite-vid.png" id="img1">
</div>
<div class="Outer" >
<img src="outer post.png" width="700px" id="image2">
</div>
<footer >
<div class="foter">
<img src="footter.png" width="200px" id="fotter" >
</div>
<h1 id="badge"><b> CONNECT WITH US </b></h1>
</footer>
<div class="fiter">
<img src="icon/face-01.png" width="30px" >
<img src="icon/tetter-01-01.png" width="30px">
<img src="icon/youtube-01-01.png" width="30px">
<img src="icon/ins-01.png" width="30px">
<img src="icon/no name-01.png" width="30px" >
</div>
<div class="prodout">
<h1 >PRODOUCTS</h1>
</div>
<div class="last">
<h2>SPRITE</h2>
<h2>SPRITE ZERO SUGAR</h2>
<h2>SPRITE LYMONDE</h2>
<h2>SPRITE CHERRY</h2>
<h2>SPRITE TOPICAL MIX</h2>
<h2> SPRITE WINTER SPICED CRANBERRY</h2>
<h2>SPRITE WINTER SPICED CRANBERRY ZERO SUGAR</h2>
</div>
<div class="cocco">
<h2>© 2023 The Coca-Cola Company. All Rights reserved </h2>
</div>
<div class="finisher">
<a> SUPPORT CENTER | </a>
<a> TERMS |</a>
<a>PRIVACY</a>
<a> Do Not Sell or Share My Personal Informatio |</a>
<a> Sitemap |</a>
<a> sip & scan® |</a>
<a> Rules</a>
</div>
<div class="logo">
<img src="icon/" >
</div>
</body>
</html>