Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created August 4, 2017 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/161a098f78fb7eebdce5b79ed88bc11e to your computer and use it in GitHub Desktop.
Save tassioauad/161a098f78fb7eebdce5b79ed88bc11e to your computer and use it in GitHub Desktop.
HTML Ana
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<title>Real Detective</title>
</head>
<body>
<header>
<h1>Real Detective</h1>
</header>
<div id="info">
<img src="https://images-na.ssl-images-amazon.com/images/M/MV5BMTc0MzQ3NTE5OV5BMl5BanBnXkFtZTgwMDM2ODY2NzE@._V1_UY268_CR87,0,182,268_AL_.jpg" />
<div id="geral">
<h2>Informações gerais</h2>
<h3>Enredo</h3>
<p>Real Detective is about real-life detectives and the true cases that consume and haunt them. Every detective has one. A case that pushes them to the brink. A case that takes hold of them and won't let go. A case so intense and personal it haunts them. When a real detective tells you their case, you never forget.</p>
<h3>Detalhes</h3>
<p>País: Canadá</p>
<p>Língua: Inglês</p>
<p>Data de Lançamento: 7 de Janeiro de 2016 (USA)</p>
<p>Local de Filmagem: Laval, Québec, Canadá</p>
<h3>Criadores</h3>
<p>Scott Bailey, Petro Duszara, Alain Zaloum</p>
</div>
<div id="elenco">
<h2>Elenco</h2>
<p>Michael Douglas Cake (Bill Zbacnick) 3 episódios 2016-2017)</p>
<p>Liana Montoro (Angela - 2 episódios 2016)</p>
<p>Tyrone Benskin (James Cooper - 2 episódios 2016)</p>
<p>Mizinga Mwinga (Det. John Davis - 2 episódios 2016-2017)</p>
<p>Julianne Jain (Police Officer #1 - 2 episódios 2016-2017)</p>
<p>Teneisha Collins (Monique Huffman - 2 episódios 2017)</p>
<p>Victor Cornfoot (David - 2 episódios, 2016)</p>
<p>Lois Dellar (Coroner - 2 episódios, 2016)</p>
<p>Sebastian (Labissiere Eric Huffman - 2 episódios, 2017)</p>
<p>Susan Bain (Lydia Hammond - 2 episódios, 2016-2017)</p>
<p>Katie Nolan (Amanda - 2 episódios 2016)</p>
<p>Cindy Sampson (Linda Hamilton - 2 episódios, 2016)</p>
</div>
</div>
</body>
<style>
body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #E8EAF6;
width: 800px;
}
header {
padding-bottom: 30px;
padding-top: 30px;
color: white;
background-color: #3F51B5;
}
#info {
padding: 10px;
background-color: white;
}
</style>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment