Merge pull request 'Feat(main): Cria top banner' (#3) from Feat/Top-image-banner into develop
Reviewed-on: #3
This commit is contained in:
commit
efe244ab5c
BIN
assets/images/top-banner-desktop.png
Normal file
BIN
assets/images/top-banner-desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/top-banner-mobile.png
Normal file
BIN
assets/images/top-banner-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
@ -15,3 +15,8 @@ body{
|
||||
justify-content: center;
|
||||
padding: 28px 0;
|
||||
}
|
||||
|
||||
.top-banner{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
12
index.html
12
index.html
@ -13,8 +13,18 @@
|
||||
<body>
|
||||
<header class="header-page">
|
||||
<a href="/">
|
||||
<img src="./assets/images/Logo-M3Academy.svg" alt="">
|
||||
<img src="./assets/images/Logo-M3Academy.svg" alt="" />
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div>
|
||||
<figure>
|
||||
<img class="top-banner top-banner-desktop" src="./assets/images/top-banner-desktop.png" alt="Imagem de um notebook" />
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user