*{margin:0;padding:0;box-sizing: border-box;} ul{ display: flex; flex-wrap: wrap; justify-content: start; } li{ list-style: none; width:calc(33.333% - 20px); border:1px solid #ccc; margin:10px; height:200px; }