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

This commit is contained in:
Luiz Felipe Silva 2022-10-14 14:00:44 -03:00
parent 5ccb9fb233
commit 60114285af

View File

@ -0,0 +1,20 @@
@import url('../font/fonte.css');
/* GLOBAL */
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* HEADER */
header {
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
}