-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a65de18
commit 1482e4c
Showing
8 changed files
with
531 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>LATEST Experiment 1</title> | ||
<link href="expstyle.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
|
||
<body> | ||
<table class="zoom mydiv2" align="left" border="10"> | ||
<tr> | ||
<td><b>TOP ICONS</b></td> | ||
<td><i>DETAILS</i></td> | ||
</tr> | ||
<tr> | ||
<td><b>CENTER ICONS</b></td> | ||
<td><i>VIDEOS</i></td> | ||
</tr> | ||
</table> | ||
<header> | ||
<div class="row"> | ||
<div class="logo"> | ||
<img src="marvel.jpg" style="width:20%;height:20%;" class="zoom1"> | ||
</div> | ||
</div> | ||
<ul class="main"> | ||
<div class="dropdown"> | ||
<span class="dropbtn mydiv" ><b>AVENGERS</b></span> | ||
<div class="dropdown-content mydiv2"> | ||
<a href="#" class="zoom">HULK</a> | ||
<br> | ||
<b href="#" class="zoom">IRON MAN</b> | ||
<br> | ||
<c href="#" class="zoom">CAPTAIN AMERICA</c> | ||
<br> | ||
<a href="#" class="zoom">THOR</a> | ||
<br> | ||
<b href="#" class="zoom">SPIDER MAN</b> | ||
<br> | ||
<c href="#" class="zoom">HAWKEYE</c> | ||
<br> | ||
<a href="#" class="zoom">NATASHA</a> | ||
<br> | ||
<b href="#" class="zoom">Dr.STRANGE</b> | ||
<br> | ||
<c href="#" class="zoom">BLACK PANTHER</c> | ||
<br> | ||
<a href="#" class="zoom">FALCON</a> | ||
<br> | ||
|
||
</div> | ||
</div> | ||
<li class="avengers zoom"><a href="https://en.wikipedia.org/wiki/Iron_Man_(2008_film)">IRONMAN</a></li> | ||
<li class="zoom"><a href="https://en.wikipedia.org/wiki/Captain_America"><u>CAPTAIN AMERICA</u></a></li> | ||
<li class="avengers zoom"><a href="https://en.wikipedia.org/wiki/Thor_(film)">THOR</a></li> | ||
<li class="zoom"><a href="https://en.wikipedia.org/wiki/Hawkeye_(Clint_Barton)"><u>HAWKEYE</u></a></li> | ||
<li class="avengers zoom"><a href="https://en.wikipedia.org/wiki/Spider-Man">SPIDER MAN</a></li> | ||
</ul> | ||
</header> | ||
<div class="hulk"> | ||
<assemble class = "mydiv6"> | ||
<span1 style='color: blue'><b>A</b></span1 | ||
><span1 style='color: darkmagenta'><b>V</b></span1 | ||
><span1 style='color: brown'><b>E</b></span1 | ||
><span1 style='color: skyblue'><b>N</b></span1 | ||
><span1 style='color: lightgreen'><b>G</b></span1 | ||
><span1 style='color: tomato'><b>E</b></span1 | ||
><span1 style='color: blue'><b>R</b></span1 | ||
><span1 style='color: lightgreen'><b>S</b></span1> | ||
<span1 style='color: lightseagreen'><b>A</b></span1 | ||
><span1 style='color: limegreen'><b>S</b></span1 | ||
><span1 style='color: darkcyan'><b>S</b></span1 | ||
><span1 style='color: green'><b>E</b></span1 | ||
><span1 style='color: brown'><b>M</b></span1 | ||
><span1 style='color: violet'><b>B</b></span1 | ||
><span1 style='color:green'><b>L</b></span1 | ||
><span1 style='color: tomato'><b>E</b></span1> | ||
</assemble> | ||
<br> | ||
<br> | ||
<div class="button"> | ||
<a href="https://www.youtube.com/watch?v=4c1Cczcj94A" class="btn btn-one mydiv1"><u><b>CAP AMERICA</b></u></a> | ||
<a href="https://www.youtube.com/watch?v=WQp-WRr302c" class="btn btn-two mydiv2"><u><b>AVENGERS</b></u></a> | ||
<a href="https://www.youtube.com/watch?v=_rAU5BgzDfg" class="btn btn-three mydiv3"><u><b>AGE OF ULTRON</b></u></a> | ||
<br> | ||
<br> | ||
<br> | ||
<a href="https://www.youtube.com/watch?v=2zWJos3egpg" class="btn btn-four mydiv4"><u>CIVIL WAR</u></a> | ||
<a href="https://www.youtube.com/watch?v=LOfaoton1SM" class="btn btn-five mydiv5"><u>INFINITE WAR</u></a> | ||
<a href="https://www.youtube.com/watch?v=_r2-ZlUpUPE" class="btn btn-six mydiv6"><u>END GAME</u></a> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.