Skip to content

Instantly share code, notes, and snippets.

@blairg23
Created July 4, 2015 06:12
Show Gist options
  • Save blairg23/ebba34ca9d65bcf3ff75 to your computer and use it in GitHub Desktop.
Save blairg23/ebba34ca9d65bcf3ff75 to your computer and use it in GitHub Desktop.
<div class="main movie-show">
<div class="container">
<div class="movie">
<!-- Display the movie's info here -->
<div class="info">
<!-- movie image -->
<h3 class="movie-title"> </h3>
<p class="movie-release-year"> </p>
<p class="movie-plot"> </p>
</div>
</div>
<h2>Cast</h2>
<!-- Display each actor's info here -->
<div class="actor">
<!-- actor image -->
<h3 class="actor-name"> </h3>
<p class="actor-bio"> </p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment