-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcard.html
50 lines (44 loc) · 1.31 KB
/
card.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="card.css">
<title>ex03</title>
</head>
<body>
<table class="card">
<tr>
<th>
<h1>User ID</h1>
</th>
</tr>
<tr>
<td>
<img src="https://i.pinimg.com/originals/d6/a0/1f/d6a01f07a283fdf690f29edbdef7c458.png" alt="Avatar" style="width:100%"
style="width:150px;height:150px;">
</td>
</tr>
<tr>
<td>
<h2>FiFi 53</h2>
</td>
<tr>
<td>
<p class="description">Software Development Student</p>
</td>
</tr>
<tr>
<td>
<p><button>Contact Meeeeee</button></p>
</td>
</tr>
<td>
<img src="http://store-images.s-microsoft.com/image/apps.7771.14420356529270456.a0e62d2f-10e7-480b-b5a1-cb70a39b4d1b.c709c9e1-9ae6-4ef8-b83b-802b291f1380"
style="width:30px;height:30px;">
</td>
<td>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/800px-LinkedIn_logo_initials.png"
style="width:30px;height:30px;">
</td>
</table>
</body>
</html>}