-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (32 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<style>
.bgadiv {
border: 1px solid black;
border-radius: 15px;
text-align: center;
width: 30%;
}
</style>
</head>
<body>
<div style=" display: flex; justify-content: center; align-items: center;">
<div class="bgadiv">
<div
style="border: 1px solid black; border-radius: 50px; overflow: hidden; width: 100px; height: 100px; margin: 10px auto auto;">
<img src="profil2.jpg" alt="Foto" style="width: 100%; height: 100%;">
</div>
<h1 style="color: #333;">Imam Arifin</h1>
<p style="color: #777;"><b>NIM: (2402041***)</b></p>
<p>Klik Tombol Di Bawah Ini Untuk Melihat CV Saya</p>
<a href="CV/home-cv.html"><button
style="width: 100px; height: 50px; background-color: rgb(111, 174, 230); border: none; border-radius: 5px; margin-bottom: 10px;">CV</button></a>
</div>
</div>
</body>
</html>