<html>
<head>
<style>
#main {
width: 400px;
height: 150px;
border: 1px solid #000000;
display: flex;
justify-content: space-around;
}
#main div {
width: 70px;
height: 70px;
}
</style>
</head>
<body>
<div id="main">
<div style="background-color:coral;"></div>