.default-example{flex-wrap:wrap}.default-example .info{width:100%;padding:.5em 0;font-size:90%}#example-parent{text-align:left;width:250px;height:250px;overflow-x:scroll;display:flex;box-sizing:border-box;border:1px solid #000;scroll-snap-type:x mandatory}#example-parent>div{flex:0 0 66%;width:250px;background-color:#663399;color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center}#example-parent>div:nth-child(2n){background-color:#fff;color:#663399}