forked from M3-Academy/practice-time-landing-page
patricksouza #1
BIN
assents/imagens/Logo M3 [branco] (4) 1.png
Normal file
BIN
assents/imagens/Logo M3 [branco] (4) 1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
assents/imagens/banner01.png
Normal file
BIN
assents/imagens/banner01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
26
index.html
Normal file
26
index.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!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="/main.styles/style.css">
|
||||
<title>M3 Landing Page</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" >
|
||||
<a href="/">
|
||||
<img class="header-logo" src="/assents/imagens/Logo M3 [branco] (4) 1.png" alt="logo da M3 Branco"/>
|
||||
</a>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
14
main.styles/style.css
Normal file
14
main.styles/style.css
Normal file
@ -0,0 +1,14 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.page-header {
|
||||
background: #000000;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 28px 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user