-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (36 loc) · 826 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>Cards</title>
</head>
<body>
<div id="main-container" class="main-container">
<div id="div" class="card1">
<h3>Sarwar Hussain</h6>
<br>
<p>Hey what's up I am Sarwar Hussain</p>
</div>
<button id="btn">Connect</button>
</div>
<div class="main-container container2">
<div id="card2" class="card2">
<img src="img.jpg">
<p id="pcard2">
Sarwar Hussain
Designer
<br><br>
Front end developer
Hello this is Sarwar Hussain senior
CSS designer <span id="rdmr">Read More
<br>
</span>
Hello world
</p>
</div>
</div>
<script src="main.js"></script>
</body>
</html>