-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAul.html
More file actions
133 lines (122 loc) · 3.44 KB
/
Aul.html
File metadata and controls
133 lines (122 loc) · 3.44 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nutritious Snack</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: pink;
color: #fff;
text-align: center;
margin: 0;
padding: 0;
}
.p1 {
margin-right: 60px;
height: 50px;
width: 50px;
border-radius: 70%;
text-align: center;
}
.container {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 20px;
}
.kartu {
background-color: #444;
border: 2px solid #666;
padding: 20px;
margin: 10px;
width: 200px;
text-align: center;
border-radius: 10px;
}
.kartu img {
width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 10px;
}
.info {
background-color: #555;
padding: 10px;
margin-top: 10px;
border-radius: 5px;
font-size: 14px;
}
.footer {
margin-top: 20px;
padding: 20px;
background-color: #222;
color: #ccc;
}
.footer div {
margin: 5px;
}
.footer a {
text-decoration: none;
}
.footer button {
background-color: pink;
color: black;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
margin: 0 5px;
}
.footer button:hover {
background-color: #888;
}
.bicon {
margin-right: 5px;
height: 35px;
width: 35px;
border-radius: 40%;
}
.icon {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<header>
<h1>Healthy Food</h1>
</header>
<header>
<img src="c:\Users\DESKTOP 20\Pictures\logo1.jpg"alt="logo"button="10%"width="90px"height="auto">
</header>
<main class="container">
<div class="kartu">
<img src="https://media.tampang.com/tm_images/article/sawi-gulungj8vo2984yk91h9fdv.jpg" alt="SNACK">
<div class="info">kol isi tahu.</div>
</div>
<div class="kartu">
<img src="https://tugujatim.id/wp-content/uploads/2023/04/WhatsApp-Image-2023-04-08-at-21.30.20.jpeg" alt="SNACK">
<div class="info">basreng daun jeruk.</div>
</div>
<div class="kartu">
<img src="https://static.promediateknologi.id/crop/0x0:0x0/0x0/webp/photo/p2/222/2024/08/02/IMG-20240802-WA0149-1433127918.jpg" alt="SNACK">
<div class="info">es teh.</div>
</div>
</main>
<footer class="footer">
<a href=""><button>BUY</button></a>
<div>COCOK UNTUK HARGA PELAJAR!!!</div>
<div>Rp.5.000,00</div>
<div>
</div>
</footer>
<div class="f">
<h2>klik dibawah ini</h2>
<a href="https://api.whatsapp.com/send/?phone=%2B6289528666050&text&type=phone_number&app_absent=0" ><button class="bicon"><img src="https://cdn1.iconfinder.com/data/icons/apps-8/64/whatsapp-wa-apps-platform-512.png" class="icon"></button></a>
<a href="https://www.instagram.com/auliaakbarizqy/" ><button class="bicon"><img src="https://cdn1.iconfinder.com/data/icons/apps-8/64/instagram-ig-apps-platform-128.png" class="icon"></button></a>
<a href="https://maps.app.goo.gl/kKnQLjfYAF2KQRhW8" ><button class="bicon"><img src="https://www.pointstar.co.id/wp-content/uploads/elementor/thumbs/GMP-logo-p9bg62h9btc7z0txziglm75qo8wmugdkunvay4o47w.png" class="icon"></button></a>
</div>
</body>
</html>