I have a very simple code:
<div>
<div>
<div>Topic</div>
<div>Sub Topic</div>
</div>
<div>
<div>test 1</div>
<div>Test 2</div>
</div>
</div>
But I want to get “test 1” to appear right of Topic. Now it appear below. Is there a way to solve with CSS?
1 Answer