-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (42 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
62 lines (42 loc) · 1.01 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS BATTLE</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="pic"></div>
<div id="content">
<h1>
<pre>
BEAN BHAI</pre></h1>
<br>
<br>
<p>
<pre id="follower"> 1500 20 150 40</pre>
</p>
<p>
<pre id="text" > FOLLOWERS FOLLOWING POSTS WORKS</pre>
</p>
<p>
<pre id="logo"> </pre>
</p>
<br>
<br>
<div id="flex">
<div ><img id="twitter" src="twitter.png" alt="twitter"></div>
<div ><img id="github" src="github.png" alt="github"></div>
<div ><img id="fb" src="fb.png" alt="facebook"></div>
<div ><img id="insta" src="insta.png" alt="insta"></div>
<div ><img id="linkedin" src="linkedin.png" alt="linkedin"></div>
</div>
<br>
<br>
<br>
<div id="message">MESSAGE</div>
<div id="follow">FOLLOW</div>
</div>
</body>
</html>