-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory2.html
More file actions
33 lines (27 loc) · 1.35 KB
/
category2.html
File metadata and controls
33 lines (27 loc) · 1.35 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
<!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">
<link rel="stylesheet" href="cat2_css.css">
<title>CAT 2</title>
</head>
<body>
<h1 style="color:rgb(125, 107, 107); background-color:#dcafa8; font-family: Copperplate, Copperplate Gothic Light, fantasy;"> <center> ASTHETIC OUTFITS FOR MENS </center> </h1>
<div class="gallery">
<img src="images/ASTHETIC CLOTHES MEN/1.jpg" alt="1">
<img src="images/ASTHETIC CLOTHES MEN/2.jpg" alt="2">
<img src="images/ASTHETIC CLOTHES MEN/3.jpg" alt="3">
<img src="images/ASTHETIC CLOTHES MEN/4.jpg" alt="4">
<img src="images/ASTHETIC CLOTHES MEN/5.jpg" alt="5">
<img src="images/ASTHETIC CLOTHES MEN/6.jpg" alt="6">
<img src="images/ASTHETIC CLOTHES MEN/7.jpg" alt="7">
<img src="images/ASTHETIC CLOTHES MEN/8.jpg" alt="8">
<img src="images/ASTHETIC CLOTHES MEN/9.jpg" alt="9">
<img src="images/ASTHETIC CLOTHES MEN/10.jpg" alt="10">
<img src="images/ASTHETIC CLOTHES MEN/11.jpg" alt="11">
<img src="images/ASTHETIC CLOTHES MEN/12.jpg" alt="12">
</div>
</body>
</html>