TAG
CSS
Result
Run
License
<div class="wrapper"> <div>HTML</div> <div>CSS</div> <div>JavaScript</div> <div>SVG</div> <div>Web front-end</div> </div>
.wrapper { width: 400px; height: 150px; display: flex; border: 1px solid #CCC; place-items: flex-end normal; flex-wrap: wrap; } .wrapper > div { background-color: #80e1f2; flex-basis: 100px; } .wrapper > div:nth-child(2n) { background-color: #f9ee9a; }
Console
expand_less
License
License
by DevDic
Close