I have a list of products besides blue.
Blue is an information block from a company that is not associated with the specified product at all.

So itβs logical to keep it semantic, I write it like this.
<ul> <li> </li> <li> </li> <li> </li> <li> </li> <li> </li> </ul> <div> </div>
However, with this arrangement, the blue color will be displayed after the products, while the design requires me to place it between the products.
Is it possible to make this design semantically without doing crazy things, for example, using position: absolute ?
html css css3
deathlock
source share