-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (42 loc) · 1.18 KB
/
index.html
File metadata and controls
44 lines (42 loc) · 1.18 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Challenge 2</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="cadre">
<div class="gauche">
<div class="haut">
<div class="photo">
<div class="circle1"></div>
<div class="circle2"></div>
<img src="./Photo.jpg" alt="Nad">
</div>
<H1>Nadège Assogba</H1>
<p class="subtitle">Développeuse web</p>
</div>
<div class="btn">
<button>Suivre</button>
<button>Message</button>
</div>
</div>
<div class="droite">
<div class="cadre1">
<h1>523</h1>
<p>Postes</p>
</div>
<div class="cadre1">
<h1>1387</h1>
<p>J'aime</p>
</div>
<div class="cadre2">
<h1>146</h1>
<p>Abonnés</p>
</div>
</div>
</div>
</body>
</html>