forked from luisSuela/Stranger-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyBlogger.HTML
99 lines (82 loc) · 3.45 KB
/
MyBlogger.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<link rel="stylesheet" type="text/css" href="myBlogger.css">
<title>Stranger Code | Blogger 2020</title>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Barlow+Condensed|PT+Serif&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<div class="firstbar">
<img src="logo.png" height="170" width="240" class="logo">
<div class="socialmedia">
<a href="www.facebook.com"><img src="facebook.png" height="25" width="25"></a>
<a href="www.twitter"><img src="twitter.png" height="25" width="25"></a>
<a href="www.youtube.com"><img src="YOUTUBE01.png" height="25" width="25"></a>
</div>
</div>
<div class="list">
<ul>
<li><a href="">Home</a></li>
<li><a href="#">Albums</a> <i class="fa fa-angle-down"></i></li>
<li><a href="#">Category</a> <i class="fa fa-angle-down"></i></li>
<li><a href="#">Video</a></li>
<li><a href="#">Contact</a></li>
</ul>
<form action="" method="get">
<input type="search" placeholder="Search For" required="required">
</form>
</div>
<div class="subscribe">
<h2>Subscribe in Ours Youtube Channel</h2>
<a href=""><img src="subscribe.png" class="button"></a>
</div>
<div class="content">
<ol>
<li>
<div class="Music01">
<img src="Mobbers-Sem-Pressa.jpg" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Mobbers - Sem Pressa</h3>
</div>
</li>
<li>
<div class="Music01">
<img src="so%20icy%20summer.jpeg" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Gucci Mane - The Plan</h3>
</div>
</li>
<li>
<div class="Music01">
<img src="juicewrld.jpg" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Juice WRLD - Conversation</h3>
</div>
</li>
<li>
<div class="Music01">
<img src="juicewrld.jpg" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Juice WRLD - Titanic</h3>
</div>
</li>
<li>
<div class="Music01">
<img src="closer.png" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Chainsmokers - Closer </h3>
</div>
</li>
<li>
<div class="Music01">
<img src="MIGOS.jpg" width="305" height="200">
<img src="MUSIC.png" height="50" width="50" class="song">
<h3>Migos - Walk It Talk It</h3>
</div>
</li>
</ol>
</div>
</div>
</body>
</html>