I have the following code: I also would like to add a image to the right of that box. Would I use background-image? The image in question is a close icon.
CSS:
.scheduledCenter .alertMessage{
width:100%;
height:15px;
color:#3385B2;
background-color:#D1DEE8;
border:3px solid #8099B4;
border-radius:3px;
padding:5px;
}
You can add:
You will get both the icon and the background color.