-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanipulation.html
26 lines (21 loc) · 1002 Bytes
/
manipulation.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
<!DOCTYPE html>
<html>
<head>
<title>Infographics</title>
<link href="jd.css" rel="stylesheet">
</head>
<body>
<section class="portfo">
<div class="heading-info">
<h2 style="padding-top: 30px;" class=""> MANIPULATIONS </h2>
</div>
<div class="allport">
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/manipulation/3d sheep.jpg"/></a>
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/manipulation/cam.jpg"/></a>
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/manipulation/fishbulb.jpg"/></a>
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/manipulation/guitarjd.png"/></a>
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/manipulation/Jellyfish.jpg"/></a>
</div>
</section>
</body>
</html>