Cria o header desktop e mobile

This commit is contained in:
Carlos cristovao guerreiro scantbelruy 2022-10-11 14:11:47 -04:00
parent 89ee7124ac
commit 00141cafb7
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

16
assets/styles/main.css Normal file
View File

@ -0,0 +1,16 @@
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.page-header {
display: flex;
justify-content: center;
padding: 29px 0;
background: #000000;
}
.header-logo {
display: block;
}