-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbhavika.html
More file actions
26 lines (23 loc) · 858 Bytes
/
Copy pathbhavika.html
File metadata and controls
26 lines (23 loc) · 858 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bhavika Raghuvanshi</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<a href="a.html">Link to A</a>
<div class="row">
<div class="col-4">
<h1 class="text-center text-brown">i am bhavika verma</h1>
<h2 style="color: cornflowerblue">i am 26yrs.old</h2>
</div>
<div class="col-8">
<h3 style="color: cornflowerblue">i live in shimla, dancing,writing & acting is my hobby,my fav. place is vrindavan</h3>
</div>
</div>
</div>
</body>
</html>