forked from lassiecoder/E-CommerceWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
54 lines (50 loc) · 1.9 KB
/
footer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title> Footer </title>
<!-- EXTERNAL LINKS -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<footer>
<section>
<div id="containerFooter">
<div id="webFooter">
<h3> toko online </h3>
<p> pakaian pria </p>
<p> pakaian wanita </p>
<p> aksesoris pria </p>
<p> aksesoris wanita </p>
</div>
<div id="webFooter">
<h3> tautan berguna </h3>
<p> beranda </p>
<p> tentang </p>
<p> kontak </p>
</div>
<div id="webFooter">
<h3> mitra </h3>
<p> the prok </p>
<p> hartini mall </p>
<p> mitro </p>
<p> green mall </p>
<p> larise </p>
</div>
<div id="webFooter">
<h3> alamat </h3>
<p> rock bottom </p>
<p> front krusty krab </p>
<p> slamet riyadi - 1945 </p>
<p> jln. hatimu </p>
</div>
</div>
<div id="credit"><a href="https://linkedin.com/in/priyanka-sharma-b79401142"> © Berkah Bakul </a>     |     <a href="https://www.instagram.com/" target="_blank"> RAPI </a></div>
</section>
</footer>
</body>
</html>