-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1.12 KB
/
index.html
File metadata and controls
25 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Alura Plus</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=inter:wght@400;700&display=swap" rel="stylesheet">
<body>
<section class="container principal">
<div class="container_caixa">
<h1 class="container_titulo">Com o Combo+, você pode aproveitar a Alura+ e o Alura Língua por um preço único.</h1>
<img src="Combo.png" alt="O Combo+, você pode aproveitar a Alura+ e o Alura língua" class="container_imagem">
<a href="www.alura.com.br" class="container_botao">Assine por 12x de R$120,00</a>
<a href="www.alura.com.br" class="container_botao botao_secundario">Assinar somente o Alura+</a>
<p class="container_aviso">*O preço pode variar caso a assinatura seja feita em outros planos.</p>
</div>
</section>
</body>
</html>