Is this Grid Possible with Flexbox or CSS Grid?
Is it possible to get this grid with flexbox or css grid without changing the HTML? <div class="container"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> </div> I know it can be done with wrapping flex or grid containers, but I am really…