also bei mir funktioniert das mit diesen angaben in der css.
Code
#container_neu {
background: none repeat scroll 0 0 #ccc;
display: flex;
height: 300px;
width: 100%;
}
#box1 {
background: none repeat scroll 0 0 red;
width: 250px;
}
#box2 {
background: none repeat scroll 0 0 yellow;
width: 250px;
}
#box3 {
background: none repeat scroll 0 0 green;
width: 250px;
}
#box4 {
background: none repeat scroll 0 0 blue;
width: 250px;
}
Alles anzeigen