-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.html
More file actions
51 lines (49 loc) · 1.64 KB
/
Copy pathcard.html
File metadata and controls
51 lines (49 loc) · 1.64 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
<!DOCTYPE html> <html>
<head>
<title>card assignment</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div style="background-color: rgb(252, 251, 251);
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 300px;
border-style: solid;
border-width: 3px;
border-radius: 20px;
border-color: rgb(25, 25, 252);
box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
margin-right: 4px;">
<img src="Untitled-1.png" class="doflamingo" >
<p class="name"> Donquiote doflamingo </p>
<p class="bio"> the former king of dressrossa, captain of the donquiote pirets
,and warlord of the sea
</p>
<button class="contact">Contact</button>
</div>
<div style="background-color: rgb(252, 251, 251);
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 300px;
border-style: solid;
border-width: 3px;
border-radius: 20px;
border-color: rgb(25, 25, 252);
box-shadow: 3px 3px 3px rgba(0,0,0,0.4);">
<img src="Untitled-1.png" class="doflamingo" >
<p class="name"> Donquiote doflamingo </p>
<p class="bio"> the former king of dressrossa, captain of the donquiote pirets
,and warlord of the sea
</p>
<button class="contact">Contact</button>
</div>
</div>
</body>
</html>