Is there a way to achieve the layout shown in the image using only HTML and CSS?
I attempted rearranging the stacked elements for larger screens by:
#2: float: left
#1: display: inline-block
#3: float: right
However, this approach did not yield the desired results. Can anyone offer guidance on how to accomplish this?