22 lines
336 B
CSS
22 lines
336 B
CSS
#marquee-cont {
|
|
background: #ff6363;
|
|
margin-top:10px;
|
|
}
|
|
#marquee-cont marquee {
|
|
margin-top: 5px;
|
|
background: #ff6363;
|
|
}
|
|
#marquee-news {
|
|
|
|
background: #1174A8;
|
|
padding: 5px;
|
|
}
|
|
#ticker-title{
|
|
border:none;
|
|
padding:5px 20px;
|
|
background:#1174A8;
|
|
color:white;
|
|
}
|
|
#ticker-title:focus{
|
|
outline:none;
|
|
} |