-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 2.27 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="bootstrap.min.css">
</head>
<body>
<h1 class="Title text-center "> One Piece - Posters </h1>
<div class="container d-flex justify-content-center align-items-center vh-100 " >
<div class="row ">
<div class="col-md-4 ">
<div class="card">
<img class="card-img-top" src="luffy.jpg" alt="luffy image ">
<div class="card-body">
<h5 class="card-title text-center ">MONKEY.D.LUFFY </h5>
<p class="card-text text-center">ABYstyle - One Piece - Poster - Wanted Luffy New 2, chambre d'enfant (91,5 x 61 cm) </p>
<a href="#" class="btn btn-primary d-flex justify-content-center ">BUY</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="zoro.png" alt="zoro image ">
<div class="card-body">
<h5 class="card-title text-center">RORONOA ZORO</h5>
<p class="card-text text-center">ABYstyle - One Piece - Poster - Wanted ZORO New 2, chambre d'enfant (91,5 x 61 cm)</p>
<a href="#" class="btn btn-primary d-flex justify-content-center">BUY</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="sanji.jpg" alt="sanji image ">
<div class="card-body">
<h5 class="card-title text-center">VINSMOKE SANJI</h5>
<p class="card-text text-center">ABYstyle - One Piece - Poster - Wanted SANJI New 2, chambre d'enfant (91,5 x 61 cm).</p>
<a href="#" class="btn btn-primary d-flex justify-content-center">BUY</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>