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.

Revisions

  1. SuperSarkar created this gist Feb 12, 2018.
    23 changes: 23 additions & 0 deletions infinity-war-poster-0.23.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    <!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>