feat: header estilizado, escopo geral sem margim e padding
This commit is contained in:
parent
82d0c4bccf
commit
a6e1a345c4
@ -0,0 +1,15 @@
|
|||||||
|
*{
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background-color: #000000;
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 101px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user