6 lines
73 B
CSS
6 lines
73 B
CSS
|
#top-bar {
|
||
|
background-color: #e5e5e5;
|
||
|
height: 50px;
|
||
|
width: 100%;
|
||
|
}
|