Can the design shown in this image be created? https://i.sstatic.net/hsIaQ.png
I've tried the code below but it's not functioning properly. Any assistance would be appreciated!
The issue is that the Q and A text should be in a box that automatically increases in size as more text is added.
<div style="font-family: Arial,serif;font-size: 10.6px;color: rgb(68,68,68);font-weight: normal;font-style: normal;text-decoration: none">
<span style="font-weight:bold;height:30px;width:30px;background-color:aqua;display:inline;">
Q
</span>
<span style="font-family: Arial,serif;font-size: 10.6px;color: rgb(68,68,68);font-weight: normal;font-style: normal;text-decoration: none;display:inline;">
Date of birth
</span>
</div>
<div style="font-family: Arial,serif;font-size: 10.6px;color: rgb(68,68,68);font-weight: normal;font-style: normal;text-decoration: none">
<span style="font-weight:bold;height:30px;width:30px;background-color:blueviolet;display:inline;">
A
</span>
<span style="font-family: Arial,serif;font-size: 10.6px;color: rgb(68, 68, 68);font-weight: normal;font-style: normal;text-decoration: none">
02/08/2019 11:05 - 14/01/1991 (John Doe)
</span>
</div>