このコードは、block、text、block、text、block、textのシーケンスを生成します。ただし、テキストをdivの中央に垂直に配置できないため、隣に配置されているように見えます。ボックスの中央を垂直に。何かアドバイス?
<div style="position: absolute; right: 0; top: 0; text-align: right;">
<span style="display: inline-block; width: 15px; height: 15px; background: #2880BB"></span>
<span style="display: inline-block">Created </span>
<span style="display: inline-block; width: 15px; height: 15px; background: #7FC31B"></span>
<span style="margin-left: 5px;">Won </span>
<span style="display: inline-block; width: 15px; height: 15px; background: #FD2A2F"></span>
<span style="margin-left: 5px;">Lost </span>
</div>