skip to Main Content

Css – <a> tag to span multi-row flex items

Is it possible for one <a> tag to span multiple flex items across two or more flex rows? Example 1: <div class="inline md:flex md:flex-row md:justify-between"> <span>word 1</span> <span>word 2</span> <span>word 3</span> </div> <div class="inline md:flex md:flex-row md:justify-between"> <span>word 4</span> <span>word…

VIEW QUESTION
Back To Top
Search