feature/header #1

Merged
luizfelipe9627 merged 2 commits from feature/header into main 2022-10-13 17:11:12 +00:00
Showing only changes of commit 4820b0c267 - Show all commits

View File

@ -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%;
}