feat(index): cria estilo da header para desktop e mobile #2
@ -5,6 +5,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">
|
||||||
<title>Desafio 1 - Landing Page</title>
|
<title>Desafio 1 - Landing Page</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="styles/main.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Header Page -->
|
<!-- Header Page -->
|
||||||
|
@ -0,0 +1,17 @@
|
|||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-page {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-page-logo {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
padding: 30px 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user