You are on page 1of 2

<!

DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Downloads/favicon_io (1)/favicon.ico"
type="image/x-icon">
<title>noticias de jogos</title>
<style>

body{
background-image: linear-gradient(to left,#6BCBD9, #0FC2C0);

}
header > p {
color: white; text-align: center; font-size: 1.2em; font-family: Arial,
Helvetica, sans-serif;
}
nav > a{
text-decoration: none;color: aliceblue;
}
main >article > p{
text-align: center; color: rgb(4, 109, 74);
}
main >article > h1{
text-align: center; color: rgb(4, 109, 74) ;
}
main >article >iframe{
border-radius: 20px
;}
footer >p{
background-color: rgb(9, 184, 190);
color: aquamarine;
text-align: center;
}

</style>
</head>
<body>

<HEader>
<p> Free fire entra para os tops 3 de melhores jogos do mundo todo para
mobile. &#x1F4A3</p>
</HEader>
<NAV>
<a href="#">Ol�!</a>
<a href="#">Seja Bem-vindo.</a>
<a href="#">Meio de contato:*21989596753*</a>
</NAV>
<main>
<article>
<p>Free Fire fica atr�s somente de PUGB e Minecraft. Se continuar assim o
Free Fire ou como muitos dizem "FF" vai superar o PUBG.</p>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/x00GF9Q7cMo?si=JRysT1lpULWjn6ol" title="YouTube
video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</article>
<ARTICle>
<H1>
Piuzinho deixa de jogar Free fire! &#x1F525;

</H1>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/0vBXlGXLWMY?si=BR2kdSmIRhGWbkK3" title="YouTube
video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</ARTICle>
</main>
<footer>
<p>
P�gina desenvolvida por Carlos &#x2622

</p>
</footer>

</body>
</html>

You might also like