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