-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathn.html
More file actions
224 lines (195 loc) · 6.06 KB
/
n.html
File metadata and controls
224 lines (195 loc) · 6.06 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Puppy Co – Max’s Puppy & Toy Shop</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
margin: 0;
background-color: #fffaf5;
color: #333;
}
header {
background-color: #ffd54f;
padding: 20px;
text-align: center;
border-bottom: 5px solid #fbc02d;
}
header h1 {
margin: 0;
font-size: 2.5em;
}
header p {
font-style: italic;
color: #6d4c41;
}
.section {
padding: 40px 20px;
max-width: 1000px;
margin: auto;
}
.section h2 {
font-size: 2em;
margin-bottom: 10px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-top: 20px;
}
.product-card {
background: white;
border: 2px solid #ffe082;
border-radius: 10px;
padding: 15px;
width: 220px;
text-align: center;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease-in-out;
}
.product-card:hover {
animation: pulse 1s infinite;
cursor: pointer;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.product-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 8px;
}
.product-card h3 {
margin: 10px 0 5px;
font-size: 1.2em;
}
.product-card p {
margin: 5px 0;
color: #444;
}
form {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 400px;
margin: auto;
margin-top: 20px;
}
input,
select,
button {
padding: 10px;
font-size: 1em;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
background-color: #ffca28;
color: #000;
border: none;
cursor: pointer;
font-weight: bold;
}
button:hover {
background-color: #ffc107;
}
footer {
background-color: #fff3e0;
text-align: center;
padding: 20px;
font-size: 14px;
color: #666;
}
.description {
font-size: 0.9em;
color: #777;
font-style: italic;
margin-top: 5px;
}
</style>
</head>
<body>
<header>
<h1>🐶 Puppy Co</h1>
<p>Welcome to Max’s Puppy and Toy Shop!</p>
</header>
<div class="section">
<h2>🐕 Puppies for Sale</h2>
<div class="product-grid">
<div class="product-card">
<img src="Bestie.png" alt="Golden Pup">
<h3>Bestie</h3>
<p>2 months old • ₹25,000</p>
<p class="description"><strong>Bestie</strong> is gentle, cuddly, and loves belly rubs. A loyal friend
in the making!</p>
</div>
<div class="product-card">
<img src="Rama.png" alt="Beagle Pup">
<h3>Rama</h3>
<p>3 months old • ₹20,000</p>
<p class="description"><strong>Rama</strong> is curious, clever, and always sniffing out new adventures. He’s full of energy and loves to follow you around like a
little detective. Perfect for active families and endless games of hide-and-seek!!</p>
</div>
<div class="product-card">
<img src="Boondi.png" alt="Boondi Pup">
<h3>Boondi (Mixed)</h3>
<p>1.5 months old • ₹15,000 </p>
<p class="description"><strong>Boondi</strong> is sweet, smart, and full of heart. He’s got a wag that doesn’t quit and a nose for cuddles. A perfect mix of loyalty
and fun — Boondi brings joy to everyone he meets.</p>
</div>
</div>
</div>
<div class="section">
<h2>🧸 Toys for Your Puppy</h2>
<div class="product-grid">
<div class="product-card">
<img src="mrrope.png" alt="Rope Toy">
<h3>Rope Toy</h3>
<p>Durable fun • ₹399</p>
</div>
<div class="product-card">
<img src="squeakybone.png" alt="Squeaky Bone">
<h3>Squeaky Bone</h3>
<p>Hours of squeaks • ₹299</p>
</div>
<div class="product-card">
<img src="soft.png" alt="Soft Ball">
<h3>Soft Ball</h3>
<p>Perfect for puppies • ₹199</p>
</div>
</div>
</div>
<div class="section">
<h2>📦 Place an Order</h2>
<form>
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Email Address" required>
<select required>
<option value="">Select a Product</option>
<option value="golden">Golden Retriever (Bestie)</option>
<option value="beagle">Beagle</option>
<option value="boondi">Boondi</option>
<option value="rope">Rope Toy</option>
<option value="bone">Squeaky Bone</option>
<option value="ball">Soft Ball</option>
</select>
<button type="submit">Submit Order</button>
</form>
</div>
<footer>
© 2025 Puppy Co. Created by Max with love for pups!
</footer>
</body>
</html>