feature/header #1
@ -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%;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user