-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.php
32 lines (29 loc) · 1.08 KB
/
4.php
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
<?php include 'header.php'; ?>
<header data-scroll data-scroll>
<ul>
<li><a href="index.php">iPhone 12 Mini</a></li>
<li><a href="2.php">iPhone 12</a></li>
<li><a href="3.php">iPhone 12 Pro</a></li>
<li><a class="active" href="4.php">iPhone 12 Max</a></li>
<li><a href="index.php">Next</a></li>
</ul>
</header>
<section class="flex">
<div class="center">
<img data-scroll class="iphone" src="iphone.png" alt="">
</div>
<div class="iphone-text" data-scroll data-scroll-horizontal="" data-scroll-speed="0">
<h1 data-splitting>Never Miss Shot</h1>
<p class="intro">the New iPhone 12 Pro Max</p>
</div>
</section>
<section class="flex">
<div data-scroll data-scroll-horizontal="" data-scroll-speed="">
<img src="20212.png" alt="">
</div>
<div >
<h1 data-scroll data-scroll-horizontal="" data-scroll-speed="">Say Goodbye 2020</h1>
<p data-scroll data-scroll-horizontal="" data-scroll-speed="">lets hope for the best year</p>
</div>
</section>
<?php include 'footer.php' ?>