feat(home): criado estilização do header.
This commit is contained in:
parent
3df57a45a7
commit
4820b0c267
@ -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%;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user