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