feat(home): criado estilização do header.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 14:09:15 -03:00
parent 3df57a45a7
commit 4820b0c267

View File

@ -0,0 +1,20 @@
/* GLOBAL */
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* HEADER */
header {
width: 100%;
height: 101px;
background-color: #000;
display: grid;
place-content: center;
}
header a {
width: 11%;
}