.my-div {
width: 240px;
height: 100px;
background-color: white;
border: 2px solid grey;
padding: 10px;
position: relative;
box-sizing: border-box;
float: left;
}
.my-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: -5px;
}