Feature: created header desktop-mobile
This commit is contained in:
parent
89ee7124ac
commit
645589d723
BIN
Assets/Images/Banner-principal-desktop.png
Normal file
BIN
Assets/Images/Banner-principal-desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
Assets/Images/Banner-principal-mobile.png
Normal file
BIN
Assets/Images/Banner-principal-mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
9
Assets/SVG/Logo-M3Academy.svg
Normal file
9
Assets/SVG/Logo-M3Academy.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
12
Styles/index.css
Normal file
12
Styles/index.css
Normal file
@ -0,0 +1,12 @@
|
||||
*{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page-header{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 29px 0;
|
||||
background-color: #000000;
|
||||
}
|
21
index.html
Normal file
21
index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!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="/Styles/index.css">
|
||||
|
||||
<title>Desafio M3 Academy</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
|
||||
<a href="/">
|
||||
<img src="./Assets/SVG/Logo-M3Academy.svg" alt="Logo M3Academy">
|
||||
</a>
|
||||
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user