-
Notifications
You must be signed in to change notification settings - Fork 0
/
profilecard.html
29 lines (23 loc) · 1.03 KB
/
profilecard.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Profile card</title>
<link rel="stylesheet" href="profilecard.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="Profile-card">
<div class="image">
<img src="bunny.png" alt="" class="Profile-img" ">
</div>
<div class="text-data">
<span class="name">Ruthwik</span>
<span class="Lname">Chikoti</span>
<span class="id"><small><small>Student ID</small></small></span>
<span class="rollno">23BCS10111</span>
<span>-------</span>
<sapn class="address">SST Ecity Campus</sapn>
</div>
</div>
</body>
</html>