feat(home): feito a estilização do header.
This commit is contained in:
parent
5ccb9fb233
commit
60114285af
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user