Here is the HTML code I have:
<div class='store_detail-level1'>
<span class='book_name'>How To Avoid Climate Disaster</span>
<br>
<span class='author_name'>Bill Gates</span>
</div>
This is how I want it to look:
How To Avoid Climate Disaster
by Bill Gates
Important Details:
- The content of the class 'book_name' is dynamic, coming from the database
- It needs to be responsive to different screen sizes
For a mobile screen, it should appear like this:
How To Avoid Climate
Disaster
by Bill Gates