-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposter.html
33 lines (25 loc) · 1.15 KB
/
poster.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
<!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=""> POSTERS </h2>
</div>
<div class="allport">
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/posters/boss.png"></a>
<img style="width: 400px; height: 400px;" class="portfolio-images" src="images/posters/Dont steal client.jpg">
<img style="width: 400px; height: 400px;" class="portfolio-images" src="images/posters/Man Paint1.jpg">
<a href="" ><img style="width: 400px; height: 400px;" class="portfolio-images" src="images/posters/sport poster.jpg"></a>
</div>
</section>
<footer>
<div class="foot">
<div class="content">
</div>
</div>
</footer>
</body>
</html>