-
Notifications
You must be signed in to change notification settings - Fork 0
/
Channels.html
63 lines (61 loc) · 2.29 KB
/
Channels.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
<HTML>
<HEAD>
<link rel= "icon" href="My Post.png">
<Title> Recomended tech Channels </title>
<ul>
<li><a class= "topbar" href="Channels.html" >Recomeneded Tech Channels</a></li>
<li><a class= "topbar" href="Register.html">Register</a></li>
<li><a class= "topbar" href="index.html">Home</a></li>
<li><a class= "topbar" href="Feedback.html">Feedback</a></li>
<li><a class= "topbar" href="Buy.html" >Buy Some Tech</a></li>
</ul>
<style>
.techy {
background-image: url("Youtube.jpg");
background-repeat: no-repeat;
background-size: 100% 100%; }
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
Color: White;
margin-left: 100px;
}
/* Change the link color on hover */
li a.topbar:hover {
background-color: Orange;
color: White;
}
li a.topbar {
float:left;}
</style>
<h1><center><u><b><marquee scrollamount=15>Recomended Channels</marquee></h1></b></u></center></h1></HEAD>
<BODY bgcolor=#8db600 text=#1857f5>
<h2>Few tech youtubers are</h2>
<div class= "techy">
<marquee scrollamount=7>
<a href="https://www.youtube.com/c/Mrwhosetheboss" ><img src="MRwhoestheboss.jpg" alt="Mrwhosetheboss"></a>
<a href="https://www.youtube.com/c/TechnicalGuruji" ><img src="Guruji.jpg" alt="Technical Guruji"></a>
<a href="https://www.youtube.com/c/UnboxTherapy" ><img src="UNBOX THERAPY.jpg"alt="UnboxTherapy"></a>
<a href="https://www.youtube.com/user/marquesbrownlee" ><img src="MKBHD.jpg" alt="Marques Brownlee"></a>
<a href="https://www.youtube.com/c/UrAvgConsumer" ><img src="UAC.jpg" alt="Ur Avg Consumer"></a>
</marquee>
</div>
<h3> Click on the Images to see the Channels</h3>
<ol type=i>
<li><a class=Youtube href="https://www.youtube.com/c/Mrwhosetheboss" >Mrwhosetheboss</a> </li>
<li><a class=Youtube href="https://www.youtube.com/c/TechnicalGuruji" >Technical Guruji</a></li>
<li><a class=Youtube href="https://www.youtube.com/c/UnboxTherapy" >Unbox Therapy</a></li>
<li><a class=Youtube href="https://www.youtube.com/user/marquesbrownlee" >Marques Brownlee</a></li>
<li><a class=Youtube href="https://www.youtube.com/c/UrAvgConsumer" >Ur Avg Consumer</a></li>
</ol>
</BODY>
</HTML>