13 lines
146 B
CSS
13 lines
146 B
CSS
|
*{
|
||
|
padding:0;
|
||
|
margin:0;
|
||
|
color:#fff;
|
||
|
}
|
||
|
|
||
|
#naviBar{
|
||
|
height:55px;
|
||
|
width:100%;
|
||
|
background-color: #3f3f5f;
|
||
|
display: flex;
|
||
|
}
|