h4 {
    height: 100%;
    width: 100%;
    background-image: red;
    background-image: repeating-radial-gradient(cornflowerblue, red, black, cornflowerblue);
    text-align: center;
}