2010-11-11, 01:03 AM
Hello!
I was given the following code for my newsbar but I'm not sure how to change the text color (I know how to change the background color, but don't know how to change the text color from black to red).
Here is the code:
I was given the following code for my newsbar but I'm not sure how to change the text color (I know how to change the background color, but don't know how to change the text color from black to red).
Here is the code:
<style type="text/css">
.newsbar {
background: #7FA5FF;
border-top: 2px solid #00209E;
border-bottom: 2px solid #00209E;
text-align: center;
text-color: #00209E;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}
</style>