CSS background color not working

Try like this..

.question-template {
    width: auto;
    height: auto;
    background-color: blue;
    overflow:auto;
}

Leave a Comment