Skip to content

Commit b65475f

Browse files
committed
initials setting html and css
1 parent 0b0aa67 commit b65475f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Facebook Add Friend Feature</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<div>
11+
<img src="https://i.pinimg.com/236x/0e/29/3e/0e293eac0d0eabf2ed15b7ac5252711a.jpg">
12+
<h2 class="nam">Hira Khan</h2>
13+
<h3 id="state">Unknown</h3>
14+
<button id="bttn">Add Friend</button>
15+
</div>
16+
17+
</body>
18+
<script src="script.js"></script>
19+
</html>

0 commit comments

Comments
 (0)