Browse Source

update

master
JailtonAraujo 3 years ago
parent
commit
0c95a9ae6b
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      css/global.css
  2. +3
    -3
      index.html

+ 1
- 1
css/global.css View File

@ -33,7 +33,7 @@ header > .header__menu > ul{
gap: 1em; gap: 1em;
} }
header > .brand > a > img {
header > .header__logo > a > img {
width: 50px; width: 50px;
} }


+ 3
- 3
index.html View File

@ -4,8 +4,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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="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.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -36,7 +36,7 @@
<div class="container__title"> <div class="container__title">
<h1><span>Coin</span>Bank,</h1> <h1><span>Coin</span>Bank,</h1>
<h3>O banco que cuida do seu dinherio!</h3>
<h3>O banco que cuida do seu dinheiro!</h3>
<h4> Junte-se a nós agora. <a href="#">Vem ser CoinBank!</a></h4> <h4> Junte-se a nós agora. <a href="#">Vem ser CoinBank!</a></h4>
</div> </div>


Loading…
Cancel
Save