Hey team,
I set up a custom button on this page
I cannot get the font to appear white. Can you tell me what I have done wrong in my css?
.course-button {
border:3px;
border:black;
border-radius: 5px;
border:solid;
background-color:blue;
width:200px;
float:left;
padding:5px;
line-height: normal;
margin:8px;
text-align: center;
font-size:12px;
color:white;
}
.course-button:hover {
border:3px;
border-radius: 5px;
background-color:#357ebd;
width:200px;
float:left;
padding:5px;
line-height: normal;
margin:8px;
}