forked from M3-Academy/challenge-landing-page
marcellomartins #1
BIN
assets/images/Logo-M3Academy 1.png
Normal file
BIN
assets/images/Logo-M3Academy 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
20
index.html
Normal file
20
index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-br">
|
||||
<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/styles.css">
|
||||
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="./">
|
||||
<img class= "logo-m3" src="./assets/images/Logo-M3Academy 1.png" alt="Logo M3" />
|
||||
</a>
|
||||
</header>
|
||||
|
||||
</body>
|
||||
</html>
|
13
styles/styles.css
Normal file
13
styles/styles.css
Normal file
@ -0,0 +1,13 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
header {
|
||||
align-items: center;
|
||||
height: 101px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: black;
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user