<ul>
<li>テキスト</li>
<li>テキスト</li>
<li>テキスト</li>
<li>テキスト</li>
</ul>
ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style: none;
}
li {
text-align: center;
width: 23.5%;
background:#000;
color: #fff;
padding: 2rem 0;
border: 10px solid gray;
box-sizing: border-box;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.