9 lines
101 B
CSS
9 lines
101 B
CSS
|
#banner {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
#banner img {
|
||
|
border: 1px solid #3c3c3f;
|
||
|
border-radius: 5px;
|
||
|
}
|