Skip to content

Instantly share code, notes, and snippets.

@SuperSarkar
Created February 12, 2018 10:49
Show Gist options
  • Select an option

  • Save SuperSarkar/87d982b973dfdd79a36f5344faf19bff to your computer and use it in GitHub Desktop.

Select an option

Save SuperSarkar/87d982b973dfdd79a36f5344faf19bff to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Avengers - Infinity War</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
</head>
<body>
<div class="full-bg">
<section class="poster-content">
<header>
<h1>Avengers</h1>
<h2>Infinity War</h2>
</header>
<iframe src="https://www.youtube.com/embed/6ZfuNTqbHE8"></iframe>
<p class="release-date">
Releasing on 25 April 2018
</p>
</section>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment