<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./css/global.css">
|
|
<link rel="stylesheet" href="./css/home.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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
|
|
|
<title>CoinBank</title>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="header__logo"> <a href="#"><img src="./img/moeda.png" alt="img_coin"></a> </div>
|
|
|
|
<nav class="header__menu">
|
|
<ul>
|
|
<li> <a href="#">HOME</a> </li>
|
|
<li> <a href="#">CLIENTES</a></li>
|
|
<li> <a href="#">LOGIN</a> </li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<div class="container">
|
|
|
|
<div class="container__title">
|
|
<h1><span>Coin</span>Bank,</h1>
|
|
|
|
<h3>O banco que cuida do seu dinheiro!</h3>
|
|
|
|
<h4> Junte-se a nós agora. <a href="#">Vem ser CoinBank!</a></h4>
|
|
</div>
|
|
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<span> CostBank 2023 © </span>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|