Skip to content

Commit

Permalink
aula2
Browse files Browse the repository at this point in the history
  • Loading branch information
giullianacestari authored May 16, 2024
1 parent 2eb4118 commit e1cb7fe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Empty file removed README.md
Empty file.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<html lang="pt-BR">
<head>
<link rel="stylesheet" href="styles.css">
<title>Aluraflix</title>
</head>

<body>
<header>ALURAFLIX</header>

<section>
<div>
<h1>ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?</h1>
<p>#homem-aranha</p>
</div>

<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gt_fAE1Eg2Q?si=EEv-tsY_b1B2OwKE"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>

</body>

</html>
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body {
color: white;
background: black;
}

2 comments on commit e1cb7fe

@JoaoVitor894
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nuhhhuhfkjg

@Fatimamunhoz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

index.html

Please sign in to comment.