6 lines
111 B
CSS
6 lines
111 B
CSS
|
.announcement {
|
||
|
padding: 20px;
|
||
|
margin: 20px 0;
|
||
|
border-radius: 3px;
|
||
|
background-color: #eeeeee;
|
||
|
}
|